-
Notifications
You must be signed in to change notification settings - Fork 4.1k
server: TestStatusAPIStatements failed #69557
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Description
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>&1Parameters in this failure:
- GOFLAGS=-parallel=4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.