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.13k stars 3.81k forks source link

teamcity: failed test: TestLogic #38047

Closed cockroach-teamcity closed 5 years ago

cockroach-teamcity commented 5 years ago

The following tests appear to have failed on master (test): TestLogic, TestLogic/fakedist: TestLogic/fakedist-metadata: TestLogic/fakedist-metadata/crdb_internal, TestLogic/fakedist: TestLogic/fakedist-metadata, TestLogic/fakedist: TestLogic/fakedist-metadata: TestLogic/fakedist-metadata/crdb_internal: TestLogic/fakedist-metadata/crdb_internal/max_retry_counter

You may want to check for open issues.

#1325723:

TestLogic/fakedist: TestLogic/fakedist-metadata
--- FAIL: test/TestLogic: TestLogic/fakedist: TestLogic/fakedist-metadata (0.720s)

TestLogic/fakedist: TestLogic/fakedist-metadata: TestLogic/fakedist-metadata/crdb_internal: TestLogic/fakedist-metadata/crdb_internal/max_retry_counter
--- FAIL: test/TestLogic: TestLogic/fakedist: TestLogic/fakedist-metadata: TestLogic/fakedist-metadata/crdb_internal: TestLogic/fakedist-metadata/crdb_internal/max_retry_counter (0.020s)

------- Stdout: -------
--- done: testdata/logic_test/crdb_internal with config fakedist-metadata: 78 tests, 1 failures
=== CONT  TestLogic/fakedist-metadata/fk
--- done: testdata/logic_test/function_lookup with config fakedist-metadata: 10 tests, 0 failures
=== CONT  TestLogic/fakedist-metadata/collatedstring_uniqueindex2
--- progress: testdata/logic_test/schema_change_in_txn: 347 statements/queries
                logic.go:2336: 

                    testdata/logic_test/crdb_internal:434: SELECT key, (max_retries > 1), flags LIKE '!%' AS f
                      FROM crdb_internal.node_statement_statistics
                     WHERE application_name = 'test_max_retry'
                    ORDER BY key, f
                    expected:
                        SELECT crdb_internal.force_retry(_)  true  false
                        SELECT crdb_internal.force_retry(_)  true  true
                        SET application_name = DEFAULT       false false
                    but found (query options: "") :
                        SELECT crdb_internal.force_retry(_)  true   false
                        SELECT crdb_internal.force_retry(_)  false  true
                        SET application_name = DEFAULT       false  false

TestLogic
--- FAIL: test/TestLogic (377.620s)

------- Stdout: -------
    test_log_scope.go:79: test logs captured to: /tmp/logTestLogic207801178
    test_log_scope.go:60: use -show-logs to present logs inline

TestLogic/fakedist: TestLogic/fakedist-metadata: TestLogic/fakedist-metadata/crdb_internal
--- FAIL: test/TestLogic: TestLogic/fakedist: TestLogic/fakedist-metadata: TestLogic/fakedist-metadata/crdb_internal (1.750s)

------- Stdout: -------
=== PAUSE TestLogic/fakedist-metadata/crdb_internal

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

knz commented 5 years ago

Closed via #38051.