-
Notifications
You must be signed in to change notification settings - Fork 82
Debug acceptance runs #2223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
m-abulazm
wants to merge
15
commits into
main
Choose a base branch
from
fix/ci/acceptance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Debug acceptance runs #2223
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2223 +/- ##
=======================================
Coverage 64.05% 64.05%
=======================================
Files 100 100
Lines 8624 8624
Branches 893 893
=======================================
Hits 5524 5524
Misses 2928 2928
Partials 172 172 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
❌ 118/129 passed, 10 flaky, 11 failed, 5 skipped, 9m13s total ❌ test_reconcile_data_without_mismatches_and_missing: databricks.labs.lakebridge.reconcile.exception.DataSourceRuntimeException: Runtime exception occurred while fetching data using (org, data, SELECT LOWER(SHA2(TRIM(s_address) || TRIM(s_name) || COALESCE(TRIM(`s_nationkey`), '_null_recon_') || TRIM(s_phone) || COALESCE(TRIM(`s_suppkey`), '_null_recon_'), 256)) AS hash_value_recon, `s_nationkey` AS `s_nationkey`, `s_suppkey` AS `s_suppkey` FROM :tbl WHERE s_name = 't' AND s_address = 'a') : Mock Exception (2.667s)❌ test_reconcile_data_with_mismatch_and_no_missing: databricks.labs.lakebridge.reconcile.exception.DataSourceRuntimeException: Runtime exception occurred while fetching data using (org, data, SELECT LOWER(SHA2(TRIM(s_address) || TRIM(s_name) || COALESCE(TRIM(`s_nationkey`), '_null_recon_') || TRIM(s_phone) || COALESCE(TRIM(`s_suppkey`), '_null_recon_'), 256)) AS hash_value_recon, `s_nationkey` AS `s_nationkey`, `s_suppkey` AS `s_suppkey` FROM :tbl WHERE s_name = 't' AND s_address = 'a') : Mock Exception (1.159s)❌ test_reconcile_data_missing_and_no_mismatch: databricks.labs.lakebridge.reconcile.exception.DataSourceRuntimeException: Runtime exception occurred while fetching data using (org, data, SELECT LOWER(SHA2(TRIM(s_address) || TRIM(s_name) || COALESCE(TRIM(`s_nationkey`), '_null_recon_') || TRIM(s_phone) || COALESCE(TRIM(`s_suppkey`), '_null_recon_'), 256)) AS hash_value_recon, `s_nationkey` AS `s_nationkey`, `s_suppkey` AS `s_suppkey` FROM :tbl WHERE s_name = 't' AND s_address = 'a') : Mock Exception (1.246s)❌ test_reconcile_data_with_threshold_and_row_report_type: databricks.labs.lakebridge.reconcile.exception.DataSourceRuntimeException: Runtime exception occurred while fetching data using (org, data, SELECT LOWER(SHA2(TRIM(s_address) || TRIM(s_name) || COALESCE(TRIM(`s_nationkey`), '_null_recon_') || TRIM(s_phone) || COALESCE(TRIM(`s_suppkey`), '_null_recon_'), 256)) AS hash_value_recon, TRIM(s_address) AS `s_address`, TRIM(s_name) AS `s_name`, `s_nationkey` AS `s_nationkey`, TRIM(s_phone) AS `s_phone`, `s_suppkey` AS `s_suppkey` FROM :tbl WHERE s_name = 't' AND s_address = 'a') : Mock Exception (91ms)❌ test_recon_for_report_type_is_data: databricks.labs.lakebridge.reconcile.exception.ReconciliationException: (' Reconciliation failed for one or more tables. Please check the recon metrics for more details. **reconcile** failed.', ReconcileOutput(recon_id='00112233-4455-6677-8899-aabbccddeeff', results=[ReconcileTableOutput(target_table_name='org.data.target_supplier', source_table_name='org.data.supplier', status=StatusOutput(row=None, column=None, schema=None, aggregate=None), exception_message='Runtime exception occurred while fetching data using (org, data, SELECT LOWER(SHA2(TRIM(s_address) || TRIM(s_name) || COALESCE(TRIM(`s_nationkey`), _null_recon_) || TRIM(s_phone) || COALESCE(TRIM(`s_suppkey`), _null_recon_), 256)) AS hash_value_recon, `s_nationkey` AS `s_nationkey`, `s_suppkey` AS `s_suppkey` FROM :tbl WHERE s_name = t AND s_address = a) : Mock Exception')])) (6.543s)❌ test_schema_recon_with_data_source_exception: databricks.labs.lakebridge.reconcile.exception.ReconciliationException: (' Reconciliation failed for one or more tables. Please check the recon metrics for more details. **reconcile** failed.', ReconcileOutput(recon_id='00112233-4455-6677-8899-aabbccddeeff', results=[ReconcileTableOutput(target_table_name='org.data.target_supplier', source_table_name='org.data.supplier', status=StatusOutput(row=None, column=None, schema=None, aggregate=None), exception_message='Runtime exception occurred while fetching schema using (org, data, supplier) : Mock Exception')])) (4.249s)❌ test_schema_recon_with_general_exception: databricks.labs.lakebridge.reconcile.exception.ReconciliationException: (' Reconciliation failed for one or more tables. Please check the recon metrics for more details. **reconcile** failed.', ReconcileOutput(recon_id='00112233-4455-6677-8899-aabbccddeeff', results=[ReconcileTableOutput(target_table_name='org.data.target_supplier', source_table_name='org.data.supplier', status=StatusOutput(row=None, column=None, schema=None, aggregate=None), exception_message='Unknown Error')])) (2.708s)❌ test_data_recon_with_general_exception: databricks.labs.lakebridge.reconcile.exception.ReconciliationException: (' Reconciliation failed for one or more tables. Please check the recon metrics for more details. **reconcile** failed.', ReconcileOutput(recon_id='00112233-4455-6677-8899-aabbccddeeff', results=[ReconcileTableOutput(target_table_name='org.data.target_supplier', source_table_name='org.data.supplier', status=StatusOutput(row=None, column=None, schema=None, aggregate=None), exception_message='Unknown Error')])) (3.519s)❌ test_data_recon_with_source_exception: databricks.labs.lakebridge.reconcile.exception.ReconciliationException: (' Reconciliation failed for one or more tables. Please check the recon metrics for more details. **reconcile** failed.', ReconcileOutput(recon_id='00112233-4455-6677-8899-aabbccddeeff', results=[ReconcileTableOutput(target_table_name='org.data.target_supplier', source_table_name='org.data.supplier', status=StatusOutput(row=None, column=None, schema=None, aggregate=None), exception_message='Source Runtime Error')])) (3.316s)❌ test_reconcile_data_with_mismatches_and_missing: databricks.labs.lakebridge.reconcile.exception.DataSourceRuntimeException: Runtime exception occurred while fetching data using (org, data, SELECT LOWER(SHA2(TRIM(s_address) || TRIM(s_name) || COALESCE(TRIM(`s_nationkey`), '_null_recon_') || TRIM(s_phone) || COALESCE(TRIM(`s_suppkey`), '_null_recon_'), 256)) AS hash_value_recon, `s_nationkey` AS `s_nationkey`, `s_suppkey` AS `s_suppkey` FROM :tbl WHERE s_name = 't' AND s_address = 'a') : Mock Exception (8.667s)❌ test_recon_databricks_job_succeeds: databricks.sdk.errors.sdk.OperationFailed: failed to reach TERMINATED or SKIPPED, got RunLifeCycleState.INTERNAL_ERROR: Task run_reconciliation failed with message: Workload failed, see run output for details. (1m18.374s)Flaky tests:
Running from acceptance #3361 |
002b736 to
414b662
Compare
d1ccb40 to
80d49f0
Compare
80d49f0 to
da2ad3f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Acceptance CI does not run all the tests it should run, tests under
integration, that is why we didn't notice breaking integration tests as they did not run.