Skip to content

sql/logictest: TestLogic/fakedist-opt/inverted_index timed out under stress #37927

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

Closed
cockroach-teamcity opened this issue May 30, 2019 · 0 comments · Fixed by #38005
Closed
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

SHA: https://github.com/cockroachdb/cockroach/commits/8f42e0d9948256af8b3e1994d514314ba1718c48

Parameters:

TAGS=
GOFLAGS=-race -parallel=1

To repro, try:

# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=TestLogic/fakedist-opt/inverted_index PKG=github.com/cockroachdb/cockroach/pkg/sql/logictest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1315468&tab=buildLog

Slow failing tests:
TestLogic/fakedist-opt/inverted_index - 0.00s

Slow passing tests:
<none>

@cockroach-teamcity cockroach-teamcity added this to the 19.2 milestone May 30, 2019
@cockroach-teamcity cockroach-teamcity added C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels May 30, 2019
craig bot pushed a commit that referenced this issue Jun 4, 2019
37613: cloud: bump Orchestrator configs to v19.1.1 r=ajkr a=ajkr

Release note: None

38005: logictest: don't run under stressrace r=jordanlewis a=jordanlewis

Logic tests don't complete under the race build. Disable until this is
investigated more.

Closes #37993.
Closes #37970.
Closes #37963.
Closes #37952.
Closes #37927.
Closes #37903.
Closes #37870.
Closes #37306.
Closes #37233.

Release note: None

38006: exec: set output columnTypes when creating noop operator r=asubiotto a=asubiotto

Release note: None

Co-authored-by: Andrew Kryczka <[email protected]>
Co-authored-by: Jordan Lewis <[email protected]>
Co-authored-by: Alfonso Subiotto Marqués <[email protected]>
@craig craig bot closed this as completed in #38005 Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants