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

sql/tests: TestRandomSyntaxGeneration failed [index visibility float precision does not round trip] #108651

Closed
cockroach-teamcity opened this issue Aug 12, 2023 · 1 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. O-rsg Random Syntax Generator T-sql-queries SQL Queries Team X-noreuse Prevent automatic commenting from CI test failures
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Aug 12, 2023

sql/tests.TestRandomSyntaxGeneration failed with artifacts on master @ 7da4ef5af83c38680c536e7c18a9db61274b9d25:

    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "COPY BOOLEAN . GREATEST . ident ( EXTENSION ) FROM STDIN"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "PREPARE HOLD AS EXPERIMENTAL SCRUB TABLE error"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "CREATE DATABASE IF NOT EXISTS ident"
    rsg_test.go:208: Context cancelled while executing: "UNLISTEN GEOMETRY . ident . IF"
    rsg_test.go:208: Context cancelled while executing: "UNLISTEN GEOMETRY . ident . IF"
    rsg_test.go:208: Context cancelled while executing: "UNLISTEN GEOMETRY . ident . IF"
    rsg_test.go:880: 436487 executions, 22157 successful
    rsg_test.go:888: Parse followed by Format is not idempotent: "ALTER INDEX INDEX_BEFORE_NAME_THEN_PAREN @ ident VISIBILITY 4.204120236872941e-11" -> "ALTER INDEX \"index_before_name_then_paren\"@ident VISIBILITY 0.00" != "ALTER INDEX \"index_before_name_then_paren\"@ident NOT VISIBLE"
    rsg_test.go:312: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/d437d2c847dfedbc4972f231c3331c8e/logTestRandomSyntaxGeneration2061243411
--- FAIL: TestRandomSyntaxGeneration (301.91s)
Help

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

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-30562

@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-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Aug 12, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.2 milestone Aug 12, 2023
@rafiss rafiss changed the title sql/tests: TestRandomSyntaxGeneration failed sql/tests: TestRandomSyntaxGeneration failed [index visibility float precision does not round trip] Aug 14, 2023
@rafiss rafiss added X-noreuse Prevent automatic commenting from CI test failures T-sql-queries SQL Queries Team and removed T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Aug 14, 2023
@github-project-automation github-project-automation bot moved this to Triage in SQL Queries Aug 14, 2023
@yuzefovich
Copy link
Member

dup of #108083

@github-project-automation github-project-automation bot moved this from Triage to Done in SQL Queries Aug 14, 2023
@michae2 michae2 added the O-rsg Random Syntax Generator label Sep 6, 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. O-rsg Random Syntax Generator T-sql-queries SQL Queries Team X-noreuse Prevent automatic commenting from CI test failures
Projects
Archived in project
Development

No branches or pull requests

4 participants