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: TestPrimaryKeyChangeWithOperations failed #56794

Closed
cockroach-teamcity opened this issue Nov 17, 2020 · 1 comment
Closed

sql: TestPrimaryKeyChangeWithOperations failed #56794

cockroach-teamcity opened this issue Nov 17, 2020 · 1 comment
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.

Comments

@cockroach-teamcity
Copy link
Member

(sql).TestPrimaryKeyChangeWithOperations failed on master@e2e2cecbaec8d93a70f62951b05f5c2f30cc36de:

=== RUN   TestPrimaryKeyChangeWithOperations
    test_log_scope.go:155: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestPrimaryKeyChangeWithOperations819933845
    test_log_scope.go:64: use -show-logs to present logs inline
    schema_changer_test.go:358: schema change ALTER TABLE t.test ALTER PRIMARY KEY USING COLUMNS (k) took 1.807060204s
*
* WARNING: disk slowness detected: unable to sync log files within 10s
*
*
* WARNING: disk slowness detected: unable to sync log files within 10s
*
*
* WARNING: disk slowness detected: unable to sync log files within 10s
*


ERROR: exit status 8

1 runs completed, 1 failures, over 25m13s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-race -parallel=2
make stressrace TESTS=TestPrimaryKeyChangeWithOperations PKG=./pkg/sql 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 Nov 17, 2020
@cockroach-teamcity
Copy link
Member Author

(sql).TestPrimaryKeyChangeWithOperations failed on master@f5f0f11d6e31a6667fe1cafa46cd1a472df38f76:

=== RUN   TestPrimaryKeyChangeWithOperations
    test_log_scope.go:150: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestPrimaryKeyChangeWithOperations818506677
    test_log_scope.go:61: use -show-logs to present logs inline
    schema_changer_test.go:358: schema change ALTER TABLE t.test ALTER PRIMARY KEY USING COLUMNS (k) took 1.722551669s


ERROR: exit status 8

1 runs completed, 1 failures, over 17m36s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-race -parallel=2
make stressrace TESTS=TestPrimaryKeyChangeWithOperations PKG=./pkg/sql 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 40ab4eb Nov 24, 2020
TheSamHuang pushed a commit to TheSamHuang/cockroach that referenced this issue Nov 25, 2020
We're currently running with -p 2. We're seeing the TeamCity machines
struggle with this - we're getting mysterious failures with logs spammed
with slow requests and stalled disks.

Fixes cockroachdb#56693
Fixes cockroachdb#56484
Fixes cockroachdb#56355

Tests found by searching for "disk slowness detected" and applying a
modicum of common sense.

Fixes cockroachdb#55404
Fixes cockroachdb#55418
Fixes cockroachdb#55420
Fixes cockroachdb#55421
Fixes cockroachdb#55423
Fixes cockroachdb#55574
Fixes cockroachdb#55627
Fixes cockroachdb#55799
Fixes cockroachdb#55884
Fixes cockroachdb#55930
Fixes cockroachdb#56037
Fixes cockroachdb#56106
Fixes cockroachdb#56172
Fixes cockroachdb#56274
Fixes cockroachdb#56402
Fixes cockroachdb#56702
Fixes cockroachdb#56704
Fixes cockroachdb#56717
Fixes cockroachdb#56794
Fixes cockroachdb#56889
Fixes cockroachdb#56891
Fixes cockroachdb#56946
Fixes cockroachdb#56990

Release note: None
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

No branches or pull requests

2 participants