Skip to content

connection string no authentication option + (local) test #457

connection string no authentication option + (local) test

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

       5 files  +       5         5 suites  +5   17m 30s ⏱️ + 17m 30s
   286 tests +   286     283 ✔️ +   283    2 💤 +  2  1 +1 
1 430 runs  +1 430  1 415 ✔️ +1 415  10 💤 +10  5 +5 

Results for commit b02fec3. ± Comparison against earlier commit 14d6d6d.

Annotations

Check warning on line 0 in azure-kusto-data.tests.test_e2e_data.TestE2E

See this annotation in the file changed.

@github-actions 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