-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.T-observabilitybranch-release-24.3Used to mark GA and release blockers, technical advisories, and bugs for 24.3Used to mark GA and release blockers, technical advisories, and bugs for 24.3release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Description
ccl/serverccl.TestExecSQL failed on release-24.3 @ ca3452b2ae0868c8ef2f4a64ad53a8a8f4a3ee53:
=== RUN TestExecSQL
test_log_scope.go:165: test logs captured to: outputs.zip/logTestExecSQL1859266328
test_log_scope.go:76: use -show-logs to present logs inline
panic.go:626: -- test log scope end --
test logs left over in: outputs.zip/logTestExecSQL1859266328
--- FAIL: TestExecSQL (47.41s)
=== RUN TestExecSQL/sql_alter_table
datadriven.go:259:
testdata/api_v2_sql:346:
{
"database": "mydb",
"execute": true,
"statements": [
{"sql": "ALTER TABLE foo RENAME TO bar"},
{"sql": "INSERT INTO bar (i) VALUES (1), (2)"},
{"sql": "ALTER TABLE bar DROP COLUMN j"},
{"sql": "ALTER TABLE bar ADD COLUMN k INT DEFAULT 42"}
]
}
output didn't match expected:
@@ -1,6 +1,17 @@
{
+ "error": {
+ "code": "XXUUU",
+ "hint": "The job may not have succeeded.",
+ "message": "operation \"run-sql-via-api\" timed out after 5.015s (given timeout 5s): job 1128651652782784513 could not be loaded: txn exec: context deadline exceeded",
+ "severity": "ERROR",
+ "source": {
+ "file": "txn.go",
+ "function": "exec",
+ "line": 1072
+ }
+ },
"execution": {
"txn_results": [
{
"columns": [
{
--- FAIL: TestExecSQL/sql_alter_table (5.12s)
Parameters:
attempt=1race=truerun=2shard=1
Same failure on other branches
- ccl/serverccl: TestExecSQL failed #158240 ccl/serverccl: TestExecSQL failed [C-test-failure O-robot T-observability branch-master release-blocker]
This test on roachdash | Improve this report!
Jira issue: CRDB-57343
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.T-observabilitybranch-release-24.3Used to mark GA and release blockers, technical advisories, and bugs for 24.3Used to mark GA and release blockers, technical advisories, and bugs for 24.3release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.