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

Deduplication failed on move in tests #45398

Open
qoega opened this issue Jan 18, 2023 · 0 comments
Open

Deduplication failed on move in tests #45398

qoega opened this issue Jan 18, 2023 · 0 comments
Labels
testing Special issue with list of bugs found by CI

Comments

@qoega
Copy link
Member

qoega commented Jan 18, 2023

https://s3.amazonaws.com/clickhouse-test-reports/0/0fc755806e0ddcf5862df5758ccc30eb524929be/integration_tests__tsan__[4/4].html

#34089

>       assert TSV(
            n.query(
                "SELECT count() FROM test_deduplication_d",
                settings={"allow_experimental_query_deduplication": 1},
            )
        ) == TSV("2")
E       AssertionError: assert 3 == 2
E        +  where 3 = TSV('3\n')
E        +    where '3\n' = <bound method ClickHouseInstance.query of <helpers.cluster.ClickHouseInstance object at 0x7fa66c1cefa0>>('SELECT count() FROM test_deduplication_d', settings={'allow_experimental_query_deduplication': 1})
E        +      where <bound method ClickHouseInstance.query of <helpers.cluster.ClickHouseInstance object at 0x7fa66c1cefa0>> = <helpers.cluster.ClickHouseInstance object at 0x7fa66c1cefa0>.query
E        +  and   2 = TSV('2')
@qoega qoega added the testing Special issue with list of bugs found by CI label Jan 18, 2023
@qoega qoega mentioned this issue Jun 26, 2023
49 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Special issue with list of bugs found by CI
Projects
None yet
Development

No branches or pull requests

1 participant