Skip to content

Commit

Permalink
temporarily reduce max-failures-chain to 3 to get stack traces in fas…
Browse files Browse the repository at this point in the history
…t tests
  • Loading branch information
antaljanosbenjamin committed Mar 21, 2024
1 parent d69efad commit b27bfad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/test/fasttest/run.sh
Expand Up @@ -271,6 +271,7 @@ function run_tests
--shard
--zookeeper
--check-zookeeper-session
--max-failures-chain 3
--order random
--print-time
--report-logs-stats
Expand Down
2 changes: 1 addition & 1 deletion src/Storages/StorageReplicatedMergeTree.cpp
Expand Up @@ -8157,7 +8157,7 @@ void StorageReplicatedMergeTree::replacePartitionFrom(
LOG_TRACE(log, "replacePartitionFrom: cancelling merges in partition");
getContext()->getMergeList().cancelInPartition(getStorageID(), drop_range.partition_id, drop_range.max_block);
{
LOG_TRACE(log, "replacePartitionFrom: pausing part chekc thread");
LOG_TRACE(log, "replacePartitionFrom: pausing part check thread");
auto pause_checking_parts = part_check_thread.pausePartsCheck();
LOG_TRACE(log, "replacePartitionFrom: removing part producing ops ");
queue.removePartProducingOpsInRange(getZooKeeper(), drop_range, entry);
Expand Down

0 comments on commit b27bfad

Please sign in to comment.