-
Notifications
You must be signed in to change notification settings - Fork 4.1k
acceptance: TestDockerPSQL failed #58488
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.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Description
(acceptance).TestDockerPSQL failed on master@156ca4133fa44c0d6b09c494cf38d8b4216d5bbf:
=== RUN TestDockerPSQL
test_log_scope.go:72: test logs captured to: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/logTestDockerPSQL213242319
test_log_scope.go:73: use -show-logs to present logs inline
=== CONT TestDockerPSQL
adapter_test.go:104: -- test log scope end --
test logs left over in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/logTestDockerPSQL213242319
--- FAIL: TestDockerPSQL (6.41s)
=== RUN TestDockerPSQL/runMode=docker
Flag --logtostderr has been deprecated, use --log instead to specify sinks.stderr.filter.
Cluster successfully initialized
(1 row)
CREATE DATABASE
CREATE TABLE
CREATE TABLE
COPY 2
1 | slide | blue | south | 2014-04-28 | 192.168.0.1
2 | swing | yellow | northwest | 2010-08-16 | ffff::ffff:12
COPY 1
3 | rope | green | east | 2015-01-02 | 192.168.0.1
1 | slide | blue | south | 2014-04-28 | 192.168.0.1
3 | rope | green | east | 2015-01-02 | 192.168.0.1
COPY 1
4 | sand | brown | west | 2016-03-04 | 192.168.0.1
psql
ERROR: expected 6 values, got 1
hooray
(0 rows)
COPY 1000
1000
Testing large row
CREATE TABLE
COPY 1
1
(1 row)
10000
Testing copy error
ERROR: relation "missing" does not exist
CREATE TABLE AS
dockercluster.go:683: unexpected extra event &{0 die} (after [])
--- FAIL: TestDockerPSQL/runMode=docker (6.41s)
More
Parameters:
- GOFLAGS=-json
make stressrace TESTS=TestDockerPSQL PKG=./pkg/acceptance TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1
See this test on roachdash
powered by pkg/cmd/internal/issues
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.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.