Skip to content

Update test to support new permissions #767

Update test to support new permissions

Update test to support new permissions #767

GitHub Actions / Test Results failed Jan 6, 2025 in 0s

2 fail, 34 skipped, 258 pass in 14m 54s

    5 files  ±0      5 suites  ±0   14m 54s ⏱️ - 2m 17s
  294 tests ±0    258 ✅ ±0   34 💤 ±0   2 ❌ ±0 
1 470 runs  ±0  1 290 ✅ ±0  170 💤 ±0  10 ❌ ±0 

Results for commit b34e332. ± Comparison against earlier commit 356ece3.

Annotations

Check warning on line 0 in azure-kusto-ingest.tests.test_e2e_ingest.TestE2E

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 5 runs failed: test_streaming_ingest_from_blob[ManagedStreaming] (azure-kusto-ingest.tests.test_e2e_ingest.TestE2E)

artifacts/Unit Test Results (Python 3.10)/pytest.xml [took 0s]
artifacts/Unit Test Results (Python 3.11)/pytest.xml [took 0s]
artifacts/Unit Test Results (Python 3.12)/pytest.xml [took 0s]
artifacts/Unit Test Results (Python 3.8)/pytest.xml [took 0s]
artifacts/Unit Test Results (Python 3.9)/pytest.xml [took 0s]
Raw output
ModuleNotFoundError: No module named 'kusto'
self = <test_e2e_ingest.TestE2E object at 0x7f2309588f70>
is_managed_streaming = True

    @pytest.mark.asyncio
    async def test_streaming_ingest_from_blob(self, is_managed_streaming):
>       from kusto.ingest._resource_manager import _ResourceUri
E       ModuleNotFoundError: No module named 'kusto'

azure-kusto-ingest/tests/test_e2e_ingest.py:542: ModuleNotFoundError

Check warning on line 0 in azure-kusto-ingest.tests.test_e2e_ingest.TestE2E

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 5 runs failed: test_streaming_ingest_from_blob[NormalClient] (azure-kusto-ingest.tests.test_e2e_ingest.TestE2E)

artifacts/Unit Test Results (Python 3.10)/pytest.xml [took 6s]
artifacts/Unit Test Results (Python 3.11)/pytest.xml [took 9s]
artifacts/Unit Test Results (Python 3.12)/pytest.xml [took 3s]
artifacts/Unit Test Results (Python 3.8)/pytest.xml [took 6s]
artifacts/Unit Test Results (Python 3.9)/pytest.xml [took 3s]
Raw output
ModuleNotFoundError: No module named 'kusto'
self = <test_e2e_ingest.TestE2E object at 0x7f2309588f40>
is_managed_streaming = False

    @pytest.mark.asyncio
    async def test_streaming_ingest_from_blob(self, is_managed_streaming):
>       from kusto.ingest._resource_manager import _ResourceUri
E       ModuleNotFoundError: No module named 'kusto'

azure-kusto-ingest/tests/test_e2e_ingest.py:542: ModuleNotFoundError