-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fixed flakiness of the test BABEL-3592 by analysing appropriate tables #3117
base: BABEL_4_X_DEV
Are you sure you want to change the base?
Fixed flakiness of the test BABEL-3592 by analysing appropriate tables #3117
Conversation
Pull Request Test Coverage Report for Build 11831313904Details
💛 - Coveralls |
Recheck Cond: (b1 = 1) | ||
-> Bitmap Index Scan on index_babel_3592_t1_b1babel_35976c64b612d1f74e2768783beca3bf836 | ||
Index Cond: (b1 = 1) | ||
-> Insert on babel_3592_t2 (cost=0.00..0.00 rows=0 width=0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why there's still cost in here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please set babelfishpg_tsql.explain_costs
to off
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is experiment PR to understand difference
@@ -8,7 +8,8 @@ | |||
# new line | |||
# 6. If you want the framework to not run certain files, use: ignore#!#<test name> | |||
|
|||
all | |||
# all | |||
BABEL-3592 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forget to restore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THis is experimental PR
Recheck Cond: (b1 = 1) | ||
-> Bitmap Index Scan on index_babel_3592_t1_b1babel_35976c64b612d1f74e2768783beca3bf836 | ||
Index Cond: (b1 = 1) | ||
-> Insert on babel_3592_t2 (cost=0.00..0.00 rows=0 width=0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please set babelfishpg_tsql.explain_costs
to off
Description
This commit aims to fix flakiness of the test BABEL-3592 by analysing appropriate tables
Signed-off-by: Dipesh Dhameliya dddhamel@amazon.com
Check List
By submitting this pull request, I confirm that my contribution is under the terms of the Apache 2.0 and PostgreSQL licenses, and grant any person obtaining a copy of the contribution permission to relicense all or a portion of my contribution to the PostgreSQL License solely to contribute all or a portion of my contribution to the PostgreSQL open source project.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.