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
Annotations
Check warning on line 0 in azure-kusto-ingest.tests.test_e2e_ingest.TestE2E
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
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
Loading