-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql/pgwire: TestPGTest failed #82583
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
sql/pgwire.TestPGTest failed with artifacts on master @ 4c4a32edb0c9fd10240bc8547d124fd648f50ebd:
=== RUN TestPGTest/simple
RECV *pgproto3.ParameterStatus: &{Name:server_version Value:13.0.0}
RECV *pgproto3.ParameterStatus: &{Name:server_encoding Value:UTF8}
RECV *pgproto3.ParameterStatus: &{Name:client_encoding Value:UTF8}
RECV *pgproto3.ParameterStatus: &{Name:application_name Value:}
RECV *pgproto3.ParameterStatus: &{Name:DateStyle Value:ISO, MDY}
RECV *pgproto3.ParameterStatus: &{Name:IntervalStyle Value:postgres}
RECV *pgproto3.ParameterStatus: &{Name:is_superuser Value:off}
RECV *pgproto3.ParameterStatus: &{Name:TimeZone Value:UTC}
RECV *pgproto3.ParameterStatus: &{Name:integer_datetimes Value:on}
RECV *pgproto3.ParameterStatus: &{Name:standard_conforming_strings Value:on}
RECV *pgproto3.ParameterStatus: &{Name:crdb_version Value:CockroachDB OSS unknown (linux amd64, built , go1.17.10)}
RECV *pgproto3.ParameterStatus: &{Name:session_authorization Value:root}
RECV *pgproto3.BackendKeyData: &{ProcessID:1151309 SecretKey:3746660832}
RECV *pgproto3.ReadyForQuery: &{TxStatus:73}
SEND *pgproto3.Query: &{String:SELECT 2::int8}
datadriven.go:83:
/home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2213/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-dbg/bin/pkg/sql/pgwire/pgwire_test_/pgwire_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/pgwire/testdata/pgtest/simple:1:
send [0 args]
Query {"String": "SELECT 2::int8"}
----
RECV *pgproto3.RowDescription: &{Fields:[{Name:[105 110 116 56] TableOID:0 TableAttributeNumber:0 DataTypeOID:20 DataTypeSize:8 TypeModifier:-1 Format:0}]}
RECV *pgproto3.DataRow: &{Values:[[50]]}
RECV *pgproto3.CommandComplete: &{CommandTag:[83 69 76 69 67 84 32 49]}
RECV *pgproto3.ReadyForQuery: &{TxStatus:73}
datadriven.go:83:
/home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2213/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-dbg/bin/pkg/sql/pgwire/pgwire_test_/pgwire_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/pgwire/testdata/pgtest/simple:5:
until [0 args]
ReadyForQuery
----
{"Type":"RowDescription","Fields":[{"Name":"int8","TableOID":0,"TableAttributeNumber":0,"DataTypeOID":20,"DataTypeSize":8,"TypeModifier":-1,"Format":0}]}
{"Type":"DataRow","Values":[{"text":"2"}]}
{"Type":"CommandComplete","CommandTag":"SELECT 1"}
{"Type":"ReadyForQuery","TxStatus":"I"}
Parameters: TAGS=bazel,gss,deadlock
This test on roachdash | Improve this report!
Jira issue: CRDB-16519
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.