This is an automated email from the ASF dual-hosted git repository.
jiahuili430 pushed a commit to branch add-retry-until-for-search_test.exs
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to
refs/heads/add-retry-until-for-search_test.exs by this push:
new 9f57b038d t --max-cases 1
9f57b038d is described below
commit 9f57b038d54e864ed651337f5935c4da6ea23b41
Author: Jiahui Li <[email protected]>
AuthorDate: Sun Apr 12 12:58:42 2026 -0500
t --max-cases 1
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index b0c4ab87d..13188a2c5 100644
--- a/Makefile
+++ b/Makefile
@@ -271,7 +271,7 @@ ifneq ($(_WITH_CLOUSEAU), )
"$(_WITH_CLOUSEAU)" \
"$(TEST_OPTS)" \
--locald-config test/config/test-config.ini \
- --no-eval 'mix test --trace --include
test/elixir/test/config/search.elixir $(EXUNIT_OPTS)'
+ --no-eval 'mix test --max-cases 1 --trace --include
test/elixir/test/config/search.elixir $(EXUNIT_OPTS)'
else
@echo "Warning: Clouseau is not enabled, \`elixir-search\` cannot be
run."
endif