connection string no authentication option + (local) test #457
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Test Results
failed
Nov 16, 2023 in 0s
1 fail, 2 skipped, 283 pass in 17m 30s
Annotations
Check warning on line 0 in azure-kusto-data.tests.test_e2e_data.TestE2E
github-actions / Test Results
All 5 runs failed: test_cloud_info (azure-kusto-data.tests.test_e2e_data.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.7)/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
AssertionError: assert CloudInfo(log...5f571e91255a') == CloudInfo(log...5f571e91255a')
Omitting 5 identical items, use -vv to show
Differing attributes:
['kusto_client_redirect_uri']
Drill down into differing attribute kusto_client_redirect_uri:
kusto_client_redirect_uri: 'http://localhost' != 'https://microsoft/kustoclient'
- https://microsoft/kustoclient
+ http://localhost
self = <tests.test_e2e_data.TestE2E object at 0x7f6e302e3100>
def test_cloud_info(self):
cloud_info = CloudSettings.get_cloud_info_for_cluster(self.engine_cs)
assert cloud_info is not CloudSettings.DEFAULT_CLOUD
> assert cloud_info == CloudSettings.DEFAULT_CLOUD
E AssertionError: assert CloudInfo(log...5f571e91255a') == CloudInfo(log...5f571e91255a')
E
E Omitting 5 identical items, use -vv to show
E Differing attributes:
E ['kusto_client_redirect_uri']
E
E Drill down into differing attribute kusto_client_redirect_uri:
E kusto_client_redirect_uri: 'http://localhost' != 'https://microsoft/kustoclient'
E - https://microsoft/kustoclient
E + http://localhost
azure-kusto-data/tests/test_e2e_data.py:340: AssertionError
Loading