Fix (#27660): Re-enable Exasol cli-e2e-tests after fixing issues#27661
Fix (#27660): Re-enable Exasol cli-e2e-tests after fixing issues#27661ArBridgeman wants to merge 3 commits intoopen-metadata:mainfrom
Conversation
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
Code Review ✅ ApprovedRe-enables the Exasol cli-e2e-tests by resolving the underlying issues blocking execution. No issues found. OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|
🔴 Playwright Results — 1 failure(s), 10 flaky✅ 3051 passed · ❌ 1 failed · 🟡 10 flaky · ⏭️ 81 skipped
Genuine Failures (failed on all attempts)❌
|



Describe your changes:
Fixes #27660
To re-enable the Exasol cli-e2e-tests, I:
ingestion/tests/cli_e2e/test_cli_exasol.py.github/workflows/py-cli-e2e-tests.ymlI worked on the tests because we would like to ensure that the Exasol connector continues to work.
Most of our tests are centralized in the
ingestion/tests/cli_e2e/test_cli_exasol.py, so it is critical that these are regular run, and if there are issues, it would be helpful if we were contacted.Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Bug Fix
Summary by Gitar
DB_VERSIONto2025.1.8and modifiedcreate_table_queryto useDOUBLE PRECISIONinstead ofDECIMAL.create_view_queryto explicitly select columns and updatedview_column_lineage_countfrom22to7.test_vanilla_ingestionmethod marked with@pytest.mark.skip.docker pullfor the specifiedDB_VERSIONimage during test setup.exasol.yamlto settlstoignore-certificateand disabledincludeDDL.This will update automatically on new commits.