-
Notifications
You must be signed in to change notification settings - Fork 15
Potential fix for pg/indexes test intermittent failure. #2624
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
base: main
Are you sure you want to change the base?
Conversation
@@ -29,7 +29,7 @@ SELECT | |||
md5(random()::text), | |||
md5(random()::text) | |||
from ( | |||
SELECT * FROM generate_series(1,100000) AS id | |||
SELECT * FROM generate_series(1,1000) AS id |
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.
- reasoning behind this?
- How are you going to verify this fixes the issue? run it multiple times?
This reverts commit b2993b9.
- name: "copy and zip logs" | ||
if: ${{ !cancelled() && matrix.test_group == 'offline' }} | ||
run: | | ||
docker exec yugabytedb bin/yugabyted collect_logs --stdout > yugabyted-logs-${{ matrix.test_group }}-${{ matrix.version }}-${{ matrix.BETA_FAST_DATA_EXPORT }}.tar.gz |
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.
it will be good to keep this code as commented for future.
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.
Considering merging the code/step after commenting.
Describe the changes in this pull request
Describe if there are any user-facing changes
How was this pull request tested?
Does your PR have changes in callhome/yugabyted payloads? If so, is the payload version incremented?
Does your PR have changes that can cause upgrade issues?