Skip to content

Commit 0063ae7

Browse files
alexbudfbfacebook-github-bot
authored andcommitted
mtr: Fix rpl_parallel_multi_db for ASAN
Summary: This test was overriding slave opts to use a 512K thread stack, which was once upon a time an increase from the 280K default, but has long since been a decrease. Since the [new default is 10MB](5a1fc32) in ASAN (and [1MB otherwise](907e8ab)), we can just remove the override and allow the default to take effect. Differential Revision: D51241358 fbshipit-source-id: b102f2400a1048d96874e5eeaf1e13a7487e74b2
1 parent e534046 commit 0063ae7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--thread_stack=512K --replica-transaction-retries=0 --log-error-verbosity=1
2-
1+
--replica-transaction-retries=0 --log-error-verbosity=1

0 commit comments

Comments
 (0)