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

roachtest: run fewer TPHC imports, increase timeout #40582

Merged
merged 1 commit into from
Sep 9, 2019

Conversation

dt
Copy link
Member

@dt dt commented Sep 8, 2019

The TPCH import roachtest has been timing out for quite a while. Running it by hand, it appears it
is making progress when it times out, which suggests it has become slower since the timeouts were
picked, which seems to be supported by comments claiming it used to run in 3h with 8 nodes. Exactly
why it is slower and how to fix it is something that will require further study, but in the meantime
its constant failures aren't useful and contribute to overall test flakiness. Until we have a chance
to dig into this further, this removes the 4 and 32 node configurations and gives the remaining 8-node
test 50% longer to complete.

Release note: none.

@dt dt requested review from pbardea and thoszhang September 8, 2019 21:22
@cockroach-teamcity
Copy link
Member

This change is Reviewable

The TPCH import roachtest has been timing out for quite a while. Running it by hand, it appears it
_is_ making progress when it times out, which suggests it has become slower since the timeouts were
picked, which seems to be supported by comments claiming it used to run in 3h with 8 nodes. Exactly
why it is slower and how to fix it is something that will require further study, but in the meantime
its constant failures aren't useful and contribute to overall test flakiness. Until we have a chance
to dig into this further, this removes the 4 and 32 node configurations and gives the remaining 8-node
test 50% longer to complete.

Release note: none.
@dt
Copy link
Member Author

dt commented Sep 9, 2019

bors r+

craig bot pushed a commit that referenced this pull request Sep 9, 2019
40582: roachtest: run fewer TPHC imports, increase timeout r=dt a=dt

The TPCH import roachtest has been timing out for quite a while. Running it by hand, it appears it
_is_ making progress when it times out, which suggests it has become slower since the timeouts were
picked, which seems to be supported by comments claiming it used to run in 3h with 8 nodes. Exactly
why it is slower and how to fix it is something that will require further study, but in the meantime
its constant failures aren't useful and contribute to overall test flakiness. Until we have a chance
to dig into this further, this removes the 4 and 32 node configurations and gives the remaining 8-node
test 50% longer to complete.

Release note: none.

Co-authored-by: David Taylor <tinystatemachine@gmail.com>
@craig
Copy link
Contributor

craig bot commented Sep 9, 2019

Build succeeded

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