Skip to content
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

release-19.2: build: bump timeout for SQL Race Logic tests to 4 hours #54789

Merged
merged 2 commits into from
Sep 25, 2020

Conversation

rytaft
Copy link
Collaborator

@rytaft rytaft commented Sep 25, 2020

Backport:

Please see individual PRs for details.

/cc @cockroachdb/release

This commit increases the test timeout to 1 hour, since the tests
have been failing by timing out after 30 minutes. We may need
to increase the timeout further, but this is a start.

Release note: None
The test is still timing out after 2 hours, so this commit bumps the
timeout to 4 hours.

Release note: None
@rytaft rytaft requested a review from asubiotto September 25, 2020 13:40
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@asubiotto asubiotto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OOC, how come we started bumping the timeout on these tests? The last thing I knew about running logictest under race was that we didn't run them because it didn't work for some reason.

@rytaft
Copy link
Collaborator Author

rytaft commented Sep 25, 2020

Yea, we weren't running these before, but I'm not sure why. I added this test to TeamCity about a week ago (not sure if it was there before but removed?) because we want to run the different randomized configurations (the second two commands in this file) that will test disabling certain rules or selecting different query plans due to a different cost. It would be best if we could run them with the race configuration because we perform additional checks in the optimizer during race builds, but if need be maybe we could just add a build flag that enables the checks without running a race build.

Seems like there might be value in running the logic tests under the race build, though, since you identified #54685...

@rytaft rytaft merged commit c612f9e into cockroachdb:release-19.2 Sep 25, 2020
@rytaft rytaft deleted the backport19.2-54615-54691 branch September 25, 2020 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants