mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Disable random settings for s3 && (tsan || debug)
This commit is contained in:
parent
712aebc077
commit
eef638d58e
@ -2341,4 +2341,7 @@ if __name__ == "__main__":
|
||||
if args.db_engine and args.db_engine == "Ordinary":
|
||||
MESSAGES_TO_RETRY.append(" locking attempt on ")
|
||||
|
||||
if args.s3_storage and (BuildFlags.THREAD in args.build_flags or BuildFlags.DEBUG in args.build_flags):
|
||||
args.no_random_settings = True
|
||||
|
||||
main(args)
|
||||
|
Loading…
Reference in New Issue
Block a user