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

ccl/telemetryccl: TestTelemetry failed #64863

Closed
cockroach-teamcity opened this issue May 7, 2021 · 3 comments · Fixed by #64991
Closed

ccl/telemetryccl: TestTelemetry failed #64863

cockroach-teamcity opened this issue May 7, 2021 · 3 comments · Fixed by #64991
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

ccl/telemetryccl.TestTelemetry failed with artifacts on master @ cbb3db2e5b6e8327e68182f9396d591804b722ec:

=== RUN   TestTelemetry
    test_log_scope.go:73: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestTelemetry759830811
    test_log_scope.go:74: use -show-logs to present logs inline
=== CONT  TestTelemetry
    telemetry_test.go:48: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestTelemetry759830811
--- FAIL: TestTelemetry (23.58s)
=== RUN   TestTelemetry/multiregion/server
    telemetry.go:92: 
        testdata/telemetry/multiregion:414: SET override_multi_region_zone_config = true;
        ALTER TABLE t9 SET LOCALITY GLOBAL;
        SET override_multi_region_zone_config = false
        expected:
        sql.multiregion.zone_configuration.override.system.table  1
        
        found:
        sql.multiregion.zone_configuration.override.system.table  3
        --- FAIL: TestTelemetry/multiregion/server (19.57s)
=== RUN   TestTelemetry/multiregion
    --- FAIL: TestTelemetry/multiregion (21.56s)
Reproduce

To reproduce, try:

make stressrace TESTS=TestTelemetry PKG=./pkg/ccl/telemetryccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

Parameters in this failure:

  • GOFLAGS=-parallel=4

/cc @cockroachdb/obs-infra @otan

This test on roachdash | Improve this report!

@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 May 7, 2021
@otan
Copy link
Contributor

otan commented May 7, 2021

the transaction might have retried. suggest using feature-usage instead of feature-counters

@ajstorm
Copy link
Collaborator

ajstorm commented May 7, 2021 via email

@cockroach-teamcity
Copy link
Member Author

ccl/telemetryccl.TestTelemetry failed with artifacts on master @ 7fb0684f54abd920e7e392c87bd4ec049c494ed2:

=== RUN   TestTelemetry
    test_log_scope.go:73: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestTelemetry208762824
    test_log_scope.go:74: use -show-logs to present logs inline
=== CONT  TestTelemetry
    telemetry_test.go:48: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestTelemetry208762824
--- FAIL: TestTelemetry (30.57s)
=== RUN   TestTelemetry/multiregion/server
    telemetry.go:92: 
        testdata/telemetry/multiregion:414: SET override_multi_region_zone_config = true;
        ALTER TABLE t9 SET LOCALITY GLOBAL;
        SET override_multi_region_zone_config = false
        expected:
        sql.multiregion.zone_configuration.override.system.table  1
        
        found:
        sql.multiregion.zone_configuration.override.system.table  3
        --- FAIL: TestTelemetry/multiregion/server (26.39s)
=== RUN   TestTelemetry/multiregion
    --- FAIL: TestTelemetry/multiregion (28.23s)
Reproduce

To reproduce, try:

make stressrace TESTS=TestTelemetry PKG=./pkg/ccl/telemetryccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

Parameters in this failure:

  • GOFLAGS=-parallel=4

/cc @cockroachdb/obs-inf @otan

This test on roachdash | Improve this report!

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.

3 participants