cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.14k stars 3.81k forks source link

teamcity: failed test: TestCCLLogic #42428

Closed cockroach-teamcity closed 5 years ago

cockroach-teamcity commented 5 years ago

The following tests appear to have failed on master (test): TestCCLLogic/local: TestCCLLogic/local/role, TestCCLLogic, TestCCLLogic/local

You may want to check for open issues.

#1588493:

TestCCLLogic/local: TestCCLLogic/local/role
--- FAIL: test/TestCCLLogic: TestCCLLogic/local: TestCCLLogic/local/role (1.720s)

------- Stdout: -------
=== PAUSE TestCCLLogic/local/role
=== CONT  TestCCLLogic/local/as_of
=== CONT  TestCCLLogic/local/partitioning_constrained_scans
=== CONT  TestCCLLogic/local/role
=== CONT  TestCCLLogic/local/partitioning
=== CONT  TestCCLLogic/local/crdb_internal
=== CONT  TestCCLLogic/local/case_sensitive_names
=== CONT  TestCCLLogic/local/restore
=== CONT  TestCCLLogic/local/partitioning_index
--- done: testdata/logic_test/restore with config local: 1 tests, 0 failures
--- done: testdata/logic_test/case_sensitive_names with config local: 2 tests, 0 failures
rewrote: CREATE TABLE abc (a INT8, b INT8, c INT8, PRIMARY KEY (a, b, c)) PARTITION BY LIST (a, b) (PARTITION small VALUES IN ((1, 1), (2, 2), (3, 3)));
rewrote: CREATE TABLE t1 (a INT8, b INT8, c INT8, PRIMARY KEY (a, b, c), INDEX (a, b) PARTITION BY LIST (a, b) (PARTITION p00 VALUES IN ((0, 0)))) PARTITION BY LIST (a) (PARTITION p12 VALUES IN (1, 2) PARTITION BY LIST (b) (PARTITION p12p3 VALUES IN (3) PARTITION BY LIST (c) (PARTITION p12p3p8 VALUES IN (8)), PARTITION pd VALUES IN (DEFAULT)), PARTITION p6 VALUES IN (6) PARTITION BY RANGE (b) (PARTITION p6p7 VALUES FROM (minvalue) TO (7), PARTITION p6p8 VALUES FROM (7) TO (8), PARTITION p6px VALUES FROM (8) TO (maxvalue)));
--- done: testdata/logic_test/as_of with config local: 3 tests, 0 failures
rewrote: CREATE TABLE orders (region STRING NOT NULL, id INT8 NOT NULL, total DECIMAL NOT NULL, created_at TIMESTAMP NOT NULL, PRIMARY KEY (region, id), FAMILY (total, created_at));
rewrote: CREATE TABLE t (a INT8, b INT8, c INT8, FAMILY (b, a), FAMILY (c)) PARTITION BY LIST (a) (PARTITION p1 VALUES IN (0));
rewrote: CREATE TABLE t (a INT8, b INT8, c INT8, PRIMARY KEY (a, b), FAMILY (c)) PARTITION BY LIST (a, b, c) (PARTITION p1 VALUES IN (0));
rewrote: CREATE TABLE t (a INT8, b INT8, c INT8, PRIMARY KEY (a, b), FAMILY (c)) PARTITION BY LIST (b) (PARTITION p1 VALUES IN (0));
rewrote: CREATE TABLE t (a INT8, b INT8, c INT8, PRIMARY KEY (a, b), FAMILY (c)) PARTITION BY LIST (c) (PARTITION p1 VALUES IN (0));
            logic.go:1662: 

                testdata/logic_test/role:204: SELECT * FROM information_schema.applicable_roles
                expected:
                    grantee   role_name  is_grantable
                    testuser  testrole   YES

                but found (query options: "colnames,rowsort" -> ignore the following ordering of rows) :
                    grantee  role_name  is_grantable

            logic.go:2206: 
                testdata/logic_test/role:210: error while processing
            logic.go:2206: testdata/logic_test/role:210: too many errors encountered, skipping the rest of the input

TestCCLLogic
--- FAIL: test/TestCCLLogic (6.360s)

------- Stdout: -------
    test_log_scope.go:77: test logs captured to: /tmp/logTestCCLLogic028628468
    test_log_scope.go:58: use -show-logs to present logs inline

TestCCLLogic/local
--- FAIL: test/TestCCLLogic: TestCCLLogic/local (0.000s)

Please assign, take a look and update the issue accordingly.

RaduBerinde commented 5 years ago

Dup of #42280.