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/fakedist-disk/fakedist-disk_test: TestLogic_inverted_filter_geospatial failed #95502

Closed
cockroach-teamcity opened this issue Jan 19, 2023 · 3 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 Jan 19, 2023

pkg/sql/logictest/tests/fakedist-disk/fakedist-disk_test.TestLogic_inverted_filter_geospatial failed with artifacts on master @ 20495e82b3c68c109d19aeabbfb4ddcc81ee84ce:

=== RUN   TestLogic_inverted_filter_geospatial
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/0205c25cd2c9009394cc81369c4dd2f5/logTestLogic_inverted_filter_geospatial1198278845
    test_log_scope.go:79: use -show-logs to present logs inline
    logic.go:3236: 
        
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2686/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/fakedist-disk/fakedist-disk_test_/fakedist-disk_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/inverted_filter_geospatial:52: SELECT k FROM geo_table WHERE 'POINT(3.0 3.0)'::geometry && geom ORDER BY k
        expected success, but found
        (0A000) this box2d comparison operator is experimental
        settings.go:33: in checkExperimentalBox2DComparisonOperatorEnabled()
[10:21:53] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2686/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/fakedist-disk/fakedist-disk_test_/fakedist-disk_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/inverted_filter_geospatial with config fakedist-disk: 9 tests, 1 failures
    logic.go:4028: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2686/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/fakedist-disk/fakedist-disk_test_/fakedist-disk_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/inverted_filter_geospatial:58: error while processing
    logic.go:4028: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2686/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/fakedist-disk/fakedist-disk_test_/fakedist-disk_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/inverted_filter_geospatial:58: 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/0205c25cd2c9009394cc81369c4dd2f5/logTestLogic_inverted_filter_geospatial1198278845
--- FAIL: TestLogic_inverted_filter_geospatial (1.05s)

Parameters: TAGS=bazel,gss

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-23556

@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. labels Jan 19, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Jan 19, 2023
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Jan 19, 2023
@yuzefovich
Copy link
Member

fixed by #95482

@ajwerner
Copy link
Contributor

@yuzefovich is this definitely the same thing as #95482? I don't see anything about the tracing spans. I do see the same flake on another PR, and that PR does seem rebased.

#95361

       /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2686/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/fakedist-disk/fakedist-disk_test_/fakedist-disk_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/inverted_filter_geospatial:52: SELECT k FROM geo_table WHERE 'POINT(3.0 3.0)'::geometry && geom ORDER BY k
        expected success, but found
        (0A000) this box2d comparison operator is experimental
        settings.go:33: in checkExperimentalBox2DComparisonOperatorEnabled()

@yuzefovich
Copy link
Member

No, good catch, it's a dup of #95359 and should be now fixed.

@mgartner mgartner moved this 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

3 participants