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

sql/colexec: TestAggregatorMultiFunc failed #51332

Closed
cockroach-teamcity opened this issue Jul 11, 2020 · 12 comments · Fixed by #52200
Closed

sql/colexec: TestAggregatorMultiFunc failed #51332

cockroach-teamcity opened this issue Jul 11, 2020 · 12 comments · Fixed by #52200
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

(sql/colexec).TestAggregatorMultiFunc failed on master@8e38c32b75b52c8d552a25c990cfa16f87e3f04d:

=== RUN   TestAggregatorMultiFunc
E200711 05:47:42.374518 13 util/log/exit_override.go:59  logging error: device or resource busy


ERROR: exit status 2

3 runs completed, 1 failures, over 1m19s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-parallel=4
make stressrace TESTS=TestAggregatorMultiFunc PKG=./pkg/sql/colexec TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Jul 11, 2020
@cockroach-teamcity cockroach-teamcity added this to the 20.2 milestone Jul 11, 2020
@cockroach-teamcity
Copy link
Member Author

(sql/colexec).TestAggregatorMultiFunc failed on master@12b58af06d9104bc585bc0773bbe29d68ff2d826:

=== RUN   TestAggregatorMultiFunc
E200713 05:53:37.544708 23 util/log/exit_override.go:59  logging error: device or resource busy


ERROR: exit status 2

37 runs completed, 1 failures, over 11m37s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-parallel=4
make stressrace TESTS=TestAggregatorMultiFunc PKG=./pkg/sql/colexec TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@asubiotto asubiotto removed their assignment Jul 14, 2020
@asubiotto
Copy link
Contributor

Moving to dev inf because it seems like an infrastructure flake. cc @knz in case this is related to your recent logging changes

@knz
Copy link
Contributor

knz commented Jul 15, 2020

It's related yes, but I'd say only insofar that the change (to send more logs to disk) is floating up an underlyinig issue with the disk used to store the logs.

cc @tbg for triage

@cockroach-teamcity
Copy link
Member Author

(sql/colexec).TestAggregatorMultiFunc failed on master@a0123f1bc050f67b942ff1e36181847f0edb3e10:

=== RUN   TestAggregatorMultiFunc
E200720 05:49:16.302433 22 util/log/exit_override.go:59  logging error: device or resource busy


ERROR: exit status 2

21 runs completed, 1 failures, over 6m3s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-parallel=4
make stressrace TESTS=TestAggregatorMultiFunc PKG=./pkg/sql/colexec TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(sql/colexec).TestAggregatorMultiFunc failed on master@e9a4f83e3eee59510f97db2c6e0df9b57cf6b944:

=== RUN   TestAggregatorMultiFunc
E200722 05:54:28.086116 13 util/log/exit_override.go:59  logging error: device or resource busy


ERROR: exit status 2

1 runs completed, 1 failures, over 0s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-parallel=4
make stressrace TESTS=TestAggregatorMultiFunc PKG=./pkg/sql/colexec TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@knz
Copy link
Contributor

knz commented Jul 22, 2020

Oh I see what's going on: the logging performed by the server is racing with the test removing the temporary directory where the logs are being written at. This causes the logging call to fail with a non-recoverable error.

This is another instance of a context cancellation / stopper race. @andreimatei can you point me to the PR again? This will close this.

@andreimatei
Copy link
Contributor

The PR in question is #51566, but it addresses only races between request evaluation and the server stopping. Do you know in this case who was trying to log?

@cockroach-teamcity
Copy link
Member Author

(sql/colexec).TestAggregatorMultiFunc failed on master@aac82be32b138c44bd42200af0c83f8252d594ef:

=== RUN   TestAggregatorMultiFunc
E200730 06:23:58.652710 21 util/log/exit_override.go:59  logging error: device or resource busy


ERROR: exit status 2

57 runs completed, 1 failures, over 27m43s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-parallel=4
make stressrace TESTS=TestAggregatorMultiFunc PKG=./pkg/sql/colexec TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(sql/colexec).TestAggregatorMultiFunc failed on master@2beea9ef5bd5dce2fb6be59a71e5673053316d6d:

=== RUN   TestAggregatorMultiFunc
E200731 06:57:01.887247 9 util/log/exit_override.go:59  logging error: device or resource busy


ERROR: exit status 2

85 runs completed, 1 failures, over 32m11s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-parallel=4
make stressrace TESTS=TestAggregatorMultiFunc PKG=./pkg/sql/colexec TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(sql/colexec).TestAggregatorMultiFunc failed on master@65c577090e4172c1373d49f23328696c66ccff8f:

=== RUN   TestAggregatorMultiFunc
E200803 05:48:29.515740 201 util/log/exit_override.go:59  logging error: device or resource busy


ERROR: exit status 2

10 runs completed, 1 failures, over 4m26s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-parallel=4
make stressrace TESTS=TestAggregatorMultiFunc PKG=./pkg/sql/colexec TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(sql/colexec).TestAggregatorMultiFunc failed on master@6305432f4dd43315f8d0907d1535267e8358e63c:

=== RUN   TestAggregatorMultiFunc
E200804 06:40:27.948853 52 util/log/exit_override.go:59  logging error: device or resource busy


ERROR: exit status 2

14 runs completed, 1 failures, over 4m59s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-parallel=4
make stressrace TESTS=TestAggregatorMultiFunc PKG=./pkg/sql/colexec TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(sql/colexec).TestAggregatorMultiFunc failed on master@ef0e879cd95637ca0038b0406dc239d92b556c8e:

=== RUN   TestAggregatorMultiFunc
E200806 06:33:08.067153 13 util/log/exit_override.go:59  logging error: device or resource busy


ERROR: exit status 2

9 runs completed, 1 failures, over 3m54s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-parallel=4
make stressrace TESTS=TestAggregatorMultiFunc PKG=./pkg/sql/colexec TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@craig craig bot closed this as completed in 62b11e1 Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. 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.

4 participants