Commit 378e5e7
Disable Kusto emulator tests on Linux (#15464)
* Disable Kusto emulator tests on Linux
- Disabled: KustoEmulator_Starts
- Disabled: KustoEmulator_WithDatabase_CanReadIngestedData
- Disabled: KustoEmulator_WithDatabaseThatAlreadyExists_ErrorIsIgnored
- Disabled: KustoEmulator_WithInvalidDatabase_LogsErrorAndContinues
- Disabled: KustoEmulator_WithBindMount_IsUsedForPersistence
- Issue: #11820
These tests are being disabled on Linux while the Kusto emulator image fails to start due to unsupported CPU instruction set requirements.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Keep AzDO skip for Kusto tests
- Preserved: KustoEmulator_Starts on AzDO
- Preserved: KustoEmulator_WithDatabase_CanReadIngestedData on AzDO
- Preserved: KustoEmulator_WithDatabaseThatAlreadyExists_ErrorIsIgnored on AzDO
- Preserved: KustoEmulator_WithInvalidDatabase_LogsErrorAndContinues on AzDO
- Preserved: KustoEmulator_WithBindMount_IsUsedForPersistence on AzDO
- Issue: #11820
This keeps the existing Azure DevOps skip while also retaining the new Linux-targeted skip.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Link Linux Kusto skips to new issue
- Linked: KustoEmulator_Starts Linux skip to #15463
- Linked: KustoEmulator_WithDatabase_CanReadIngestedData Linux skip to #15463
- Linked: KustoEmulator_WithDatabaseThatAlreadyExists_ErrorIsIgnored Linux skip to #15463
- Linked: KustoEmulator_WithInvalidDatabase_LogsErrorAndContinues Linux skip to #15463
- Linked: KustoEmulator_WithBindMount_IsUsedForPersistence Linux skip to #15463
This keeps the existing Azure DevOps disable on issue #11820 and moves the Linux-only disable to the dedicated Kusto emulator issue.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7ca3371 commit 378e5e7
File tree
1 file changed
+5
-0
lines changed- tests/Aspire.Hosting.Azure.Kusto.Tests
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
| 174 | + | |
172 | 175 | | |
173 | 176 | | |
174 | 177 | | |
| |||
196 | 199 | | |
197 | 200 | | |
198 | 201 | | |
| 202 | + | |
199 | 203 | | |
200 | 204 | | |
201 | 205 | | |
| |||
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
| 234 | + | |
230 | 235 | | |
231 | 236 | | |
232 | 237 | | |
| |||
0 commit comments