You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc @rytaft any idea why this didn't run with your new 2h timeout? My hunch is that teamcity uses the script on the branch and one of #54615 / #54691 need to be backported.
asubiotto
changed the title
sql/logictest: TestLogic/local/order_by timed out
sql/logictest: TestLogic/local/order_by timed out under race
Sep 24, 2020
Yea, I think I need to backport the changes. But unfortunately I still haven't found a configuration that will succeed on master. It's timing out after 4 hours on TestLogic/local/aggregate/other. I'm having a hard time understanding whether that's expected with the race build, or if it's actually getting blocked on something.
It's failing consistently in the same spot after 154 statements/queries, which if I'm counting correctly in the file seems to be this:
statement ok
INSERT INTO mnop (m, n) SELECT i, (1e9 + i/2e4)::float FROM
generate_series(1, 2e4) AS i(i)
If that's the problematic statement, it's not that surprising since it's performing a lot of numeric computation while inserting 20,000 rows. I know that logic tests have been excluded from race builds in the past, so maybe this is why? Maybe I can just exclude the aggregate file?
Anyway, you can definitely feel free to close this issue -- sorry for the spam.
(sql/logictest).TestLogic/local/order_by failed on release-20.2@918930e2a9e722943c50e77519e6dea93aed20e7:
More
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: