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

test_store_cleanup_disk_s3 is flaky #48691

Closed
KochetovNicolai opened this issue Apr 12, 2023 · 2 comments · Fixed by #48863 or #50558
Closed

test_store_cleanup_disk_s3 is flaky #48691

KochetovNicolai opened this issue Apr 12, 2023 · 2 comments · Fixed by #48863 or #50558
Assignees
Labels
flaky test flaky test found by CI testing Special issue with list of bugs found by CI

Comments

@tavplubix
Copy link
Member

Look like #48863 did not help: CI DB

@CheSema
Copy link
Member

CheSema commented May 2, 2023

Hi.
This is helping a bit.
#49157
At least no more diff in s3.
But now the different error unveal.

https://s3.amazonaws.com/clickhouse-test-reports/49157/ff648b7b36aa2d45f52c0e2cd28c90810a502c69/integration_tests__release__[2_4].html

E           helpers.client.QueryRuntimeException: Client failed! Return code: 117, stderr: Received exception from server (version 23.5.1):
E           Code: 117. DB::Exception: Received from 172.16.1.6:9000. DB::Exception: Data directory for table already containing data parts - probably it was unclean DROP table or manual intervention. You must either clear directory by hand or use ATTACH TABLE instead of CREATE TABLE if you need to use that parts.. Stack trace:
E           
E           0. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0xe38e8b5 in /usr/bin/clickhouse
E           1. ? @ 0x14b2eee4 in /usr/bin/clickhouse
E           2. DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr<DB::Context>, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr<DB::MergeTreeSettings, std::default_delete<DB::MergeTreeSettings>>, bool) @ 0x14b2ed65 in /usr/bin/clickhouse
E           3. ? @ 0x14b2b568 in /usr/bin/clickhouse
E           4. DB::StorageFactory::get(DB::ASTCreateQuery const&, String const&, std::shared_ptr<DB::Context>, std::shared_ptr<DB::Context>, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, bool) const @ 0x1427859b in /usr/bin/clickhouse
E           5. DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr<DB::DDLGuard, std::default_delete<DB::DDLGuard>>&) @ 0x139593f1 in /usr/bin/clickhouse
E           6. DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x13952162 in /usr/bin/clickhouse
E           7. DB::InterpreterCreateQuery::execute() @ 0x1395e8d4 in /usr/bin/clickhouse
E           8. ? @ 0x13ee1007 in /usr/bin/clickhouse
E           9. DB::executeQuery(String const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x13ede58d in /usr/bin/clickhouse
E           10. DB::TCPHandler::runImpl() @ 0x14cb93f1 in /usr/bin/clickhouse
E           11. DB::TCPHandler::run() @ 0x14cceef9 in /usr/bin/clickhouse
E           12. Poco::Net::TCPServerConnection::start() @ 0x17c42314 in /usr/bin/clickhouse
E           13. Poco::Net::TCPServerDispatcher::run() @ 0x17c4353b in /usr/bin/clickhouse
E           14. Poco::PooledThread::run() @ 0x17dc08e7 in /usr/bin/clickhouse
E           15. Poco::ThreadImpl::runnableEntry(void*) @ 0x17dbe31d in /usr/bin/clickhouse
E           16. ? @ 0x7fec1e612609 in ?
E           17. clone @ 0x7fec1e537133 in ?
E           . (INCORRECT_DATA)
E           (query: CREATE TABLE s3_test UUID '00000000-1000-4000-8000-000000000001' (n UInt64) Engine=MergeTree() ORDER BY n SETTINGS storage_policy='s3';)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky test flaky test found by CI testing Special issue with list of bugs found by CI
Projects
None yet
4 participants