Skip to content

server: TestStatusAPIStatements failed #69557

@cockroach-teamcity

Description

@cockroach-teamcity

server.TestStatusAPIStatements failed with artifacts on master @ 35d2c82f8cd0d77f0487bcdbfbfd12d351293679:

                        App:                     "$ internal-update-system-locations",
                        Stats:                   roachpb.TransactionStatistics{
                            Count:      5,
                            MaxRetries: 0,
                            NumRows:    roachpb.NumericStat{Mean:1, SquaredDiffs:0},
                            ServiceLat: roachpb.NumericStat{Mean:0.0010518996, SquaredDiffs:1.6713673053199977e-08},
                            RetryLat:   roachpb.NumericStat{},
                            CommitLat:  roachpb.NumericStat{Mean:0.00031961699999999996, SquaredDiffs:2.9242306039999974e-09},
                            BytesRead:  roachpb.NumericStat{},
                            RowsRead:   roachpb.NumericStat{},
                            ExecStats:  roachpb.ExecStats{},
                        },
                        AggregatedTs: time.Time{
                            wall: 0x0,
                            ext:  63765903600,
                            loc:  (*time.Location)(nil),
                        },
                        TransactionFingerprintID: 0x78db05059f42614b,
                    },
                    NodeID: 0,
                },
                {
                    StatsData: roachpb.CollectedTransactionStatistics{
                        StatementFingerprintIDs: {0x2e180fb94d8632da},
                        App:                     "$ internal-update-system-locations",
                        Stats:                   roachpb.TransactionStatistics{
                            Count:      1,
                            MaxRetries: 0,
                            NumRows:    roachpb.NumericStat{Mean:1, SquaredDiffs:0},
                            ServiceLat: roachpb.NumericStat{Mean:0.002254526, SquaredDiffs:0},
                            RetryLat:   roachpb.NumericStat{},
                            CommitLat:  roachpb.NumericStat{Mean:2.279e-05, SquaredDiffs:0},
                            BytesRead:  roachpb.NumericStat{},
                            RowsRead:   roachpb.NumericStat{},
                            ExecStats:  roachpb.ExecStats{},
                        },
                        AggregatedTs: time.Time{
                            wall: 0x0,
                            ext:  63765903600,
                            loc:  (*time.Location)(nil),
                        },
                        TransactionFingerprintID: 0x817bb2f5cb878505,
                    },
                    NodeID: 0,
                },
            },
        }
    panic.go:613: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestStatusAPIStatements658941336
--- FAIL: TestStatusAPIStatements (7.43s)
Reproduce

To reproduce, try:

make stressrace TESTS=TestStatusAPIStatements PKG=./pkg/server TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

Parameters in this failure:

  • GOFLAGS=-parallel=4

/cc @cockroachdb/server couchand

This test on roachdash | Improve this report!

Metadata

Metadata

Assignees

Labels

C-test-failureBroken test (automatically or manually discovered).O-robotOriginated from a bot.branch-masterFailures and bugs on the master branch.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions