Skip to content

Fix TestIcebergInsert.testIcebergConcurrentInsert timeout on CI#16692

Merged
findepi merged 1 commit intotrinodb:masterfrom
findepi:findepi/fix-testiceberginsert-testicebergconcurrentinsert-timeout-on-ci-e5c21d
Mar 24, 2023
Merged

Fix TestIcebergInsert.testIcebergConcurrentInsert timeout on CI#16692
findepi merged 1 commit intotrinodb:masterfrom
findepi:findepi/fix-testiceberginsert-testicebergconcurrentinsert-timeout-on-ci-e5c21d

Conversation

@findepi
Copy link
Copy Markdown
Member

@findepi findepi commented Mar 23, 2023

The test seems dominated by finishInsert time. since bf04a72 finishInsert is slower as we commit twice (first committing data then statistics).

Fixes #16652

The test seems dominated by `finishInsert` time. since
bf04a72 `finishInsert` is slower as we
commit twice (first committing data then statistics).
@findepi findepi added test no-release-notes This pull request does not require release notes entry labels Mar 23, 2023
@findepi findepi requested review from alexjo2144 and ebyhr March 23, 2023 11:48
@cla-bot cla-bot bot added the cla-signed label Mar 23, 2023
@findepi findepi merged commit fe46195 into trinodb:master Mar 24, 2023
@findepi findepi deleted the findepi/fix-testiceberginsert-testicebergconcurrentinsert-timeout-on-ci-e5c21d branch March 24, 2023 14:02
@github-actions github-actions bot added this to the 411 milestone Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed no-release-notes This pull request does not require release notes entry test

Development

Successfully merging this pull request may close these issues.

Flaky Iceberg product test TestIcebergInsert.testIcebergConcurrentInsert

2 participants