-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
A-testingTesting tools and infrastructureTesting tools and infrastructureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.P-2Issues/test failures with a fix SLA of 3 monthsIssues/test failures with a fix SLA of 3 monthsT-kvKV TeamKV Teambranch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.s390x-test-failureTest failures specifically on the s390x architectureTest failures specifically on the s390x architecturetarget-release-26.1.0
Description
ccl/kvccl/kvfollowerreadsccl.TestBoundedStalenessDataDriven failed with artifacts on master @ ff839799faaf1e9ebda21e09e959e47f697d821a:
=== RUN TestBoundedStalenessDataDriven
test_log_scope.go:171: test logs captured to: /artifacts/tmp/_tmp/8c04cb0c40c192808857b5e756290a7c/logTestBoundedStalenessDataDriven3294506660
test_log_scope.go:82: use -show-logs to present logs inline
boundedstaleness_test.go:434: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/8c04cb0c40c192808857b5e756290a7c/logTestBoundedStalenessDataDriven3294506660
--- FAIL: TestBoundedStalenessDataDriven (7.69s)
=== RUN TestBoundedStalenessDataDriven/single_row
test_server_shim.go:154: automatically injected a shared process virtual cluster under test; see comment at top of test_server_shim.go for details.
boundedstaleness_test.go:315:
/home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/14970/execroot/com_github_cockroachdb_cockroach/bazel-out/s390x-fastbuild/bin/pkg/ccl/kvccl/kvfollowerreadsccl/kvfollowerreadsccl_test_/kvfollowerreadsccl_test.runfiles/com_github_cockroachdb_cockroach/pkg/ccl/kvccl/kvfollowerreadsccl/testdata/boundedstaleness/single_row:5:
exec-system-tenant
SET CLUSTER SETTING kv.closed_timestamp.target_duration = '1s';
----
boundedstaleness_test.go:315:
/home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/14970/execroot/com_github_cockroachdb_cockroach/bazel-out/s390x-fastbuild/bin/pkg/ccl/kvccl/kvfollowerreadsccl/kvfollowerreadsccl_test_/kvfollowerreadsccl_test.runfiles/com_github_cockroachdb_cockroach/pkg/ccl/kvccl/kvfollowerreadsccl/testdata/boundedstaleness/single_row:9:
exec
CREATE TABLE t(pk INT PRIMARY KEY) WITH (schema_locked = false);
INSERT INTO t VALUES (1);
----
boundedstaleness_test.go:315:
/home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/14970/execroot/com_github_cockroachdb_cockroach/bazel-out/s390x-fastbuild/bin/pkg/ccl/kvccl/kvfollowerreadsccl/kvfollowerreadsccl_test_/kvfollowerreadsccl_test.runfiles/com_github_cockroachdb_cockroach/pkg/ccl/kvccl/kvfollowerreadsccl/testdata/boundedstaleness/single_row:18:
query idx=2 wait-until-match
SELECT * FROM t AS OF SYSTEM TIME with_max_staleness('1μs') WHERE pk = 1
----
1
events (1 found):
* event 1: colbatchscan trace on node_idx 2: local read then remote leaseholder read
boundedstaleness_test.go:315:
/home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/14970/execroot/com_github_cockroachdb_cockroach/bazel-out/s390x-fastbuild/bin/pkg/ccl/kvccl/kvfollowerreadsccl/kvfollowerreadsccl_test_/kvfollowerreadsccl_test.runfiles/com_github_cockroachdb_cockroach/pkg/ccl/kvccl/kvfollowerreadsccl/testdata/boundedstaleness/single_row:25:
query idx=2
SELECT * FROM t AS OF SYSTEM TIME with_min_timestamp(now() - '1μs') WHERE pk = 1
expected:
1
events (1 found):
* event 1: colbatchscan trace on node_idx 2: local read then remote leaseholder read
found:
1
events (1 found):
* event 1: colbatchscan trace on node_idx 2: local read
--- FAIL: TestBoundedStalenessDataDriven/single_row (7.67s)
This test on roachdash | Improve this report!
Jira issue: CRDB-55086
Metadata
Metadata
Assignees
Labels
A-testingTesting tools and infrastructureTesting tools and infrastructureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.P-2Issues/test failures with a fix SLA of 3 monthsIssues/test failures with a fix SLA of 3 monthsT-kvKV TeamKV Teambranch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.s390x-test-failureTest failures specifically on the s390x architectureTest failures specifically on the s390x architecturetarget-release-26.1.0