Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/sql/logictest/tests/local/local_test: TestLogic_trigram_builtins failed #107464

Closed
cockroach-teamcity opened this issue Jul 24, 2023 · 2 comments
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jul 24, 2023

pkg/sql/logictest/tests/local/local_test.TestLogic_trigram_builtins failed with artifacts on master @ 06fb4c1b02fc90f8ef17ec1342bb6ce600278925:

=== RUN   TestLogic_trigram_builtins
    test_log_scope.go:167: test logs captured to: /artifacts/tmp/_tmp/17d51529c8db33db7856d8d7e9c7486f/logTestLogic_trigram_builtins4237608552
    test_log_scope.go:81: use -show-logs to present logs inline
[17:16:10] setting distsql_workmem='10851B';
    logic.go:2925: 
         
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/12023/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local/local_test_/local_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/trigram_builtins:45: SELECT similarity(a, b) FROM (VALUES
            ('', ''),
            ('foo', ''),
            ('', 'foo'),
            ('foo', NULL),
            (NULL, 'foo'),
            (NULL, NULL),
            ('foo', 'bar'),
            ('foo', 'far'),
            ('foo', 'for'),
            ('foo', 'foo')
          ) tbl(a, b)
        expected:
            0
            0
            0
            NULL
            NULL
            NULL
            0
            0.142857142857143
            0.333333333333333
            1
            
        but found (query options: "nosort") :
            0
            0
            0
            NULL
            NULL
            NULL
            0
            0.14285714285714285
            0.3333333333333333
            1
            
[17:16:10] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/12023/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local/local_test_/local_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/trigram_builtins with config local: 6 tests, 1 failures
    logic.go:3983: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/12023/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local/local_test_/local_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/trigram_builtins:70: error while processing
    logic.go:3983: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/12023/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local/local_test_/local_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/trigram_builtins:70: too many errors encountered, skipping the rest of the input
    panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/17d51529c8db33db7856d8d7e9c7486f/logTestLogic_trigram_builtins4237608552
--- FAIL: TestLogic_trigram_builtins (1.70s)
Help

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-30059

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team labels Jul 24, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.2 milestone Jul 24, 2023
@cockroach-teamcity
Copy link
Member Author

pkg/sql/logictest/tests/local/local_test.TestLogic_trigram_builtins failed with artifacts on master @ c917a6bd896730c86867e2ed6399725ec10e0ac2:

=== RUN   TestLogic_trigram_builtins
    test_log_scope.go:167: test logs captured to: /artifacts/tmp/_tmp/17d51529c8db33db7856d8d7e9c7486f/logTestLogic_trigram_builtins4244262921
    test_log_scope.go:81: use -show-logs to present logs inline
[17:35:17] setting distsql_workmem='67093B';
    logic.go:2925: 
         
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/11/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local/local_test_/local_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/trigram_builtins:45: SELECT similarity(a, b) FROM (VALUES
            ('', ''),
            ('foo', ''),
            ('', 'foo'),
            ('foo', NULL),
            (NULL, 'foo'),
            (NULL, NULL),
            ('foo', 'bar'),
            ('foo', 'far'),
            ('foo', 'for'),
            ('foo', 'foo')
          ) tbl(a, b)
        expected:
            0
            0
            0
            NULL
            NULL
            NULL
            0
            0.142857142857143
            0.333333333333333
            1
            
        but found (query options: "nosort") :
            0
            0
            0
            NULL
            NULL
            NULL
            0
            0.14285714285714285
            0.3333333333333333
            1
            
[17:35:17] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/11/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local/local_test_/local_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/trigram_builtins with config local: 6 tests, 1 failures
    logic.go:3983: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/11/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local/local_test_/local_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/trigram_builtins:70: error while processing
    logic.go:3983: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/11/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local/local_test_/local_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/trigram_builtins:70: too many errors encountered, skipping the rest of the input
    panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/17d51529c8db33db7856d8d7e9c7486f/logTestLogic_trigram_builtins4244262921
--- FAIL: TestLogic_trigram_builtins (1.10s)
Help

See also: How To Investigate a Go Test Failure (internal)

This test on roachdash | Improve this report!

@mgartner mgartner moved this to Triage in SQL Queries Jul 24, 2023
@michae2
Copy link
Collaborator

michae2 commented Jul 24, 2023

Dupe of #107461

@michae2 michae2 closed this as completed Jul 24, 2023
@mgartner mgartner moved this from Triage to Done in SQL Queries Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

No branches or pull requests

2 participants