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
commit 9b003dc5433254b44ba14e340a948f714937424f Author: Jiahui Li <[email protected]> AuthorDate: Sun Apr 12 15:51:59 2026 -0500 t mix test --failed --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13188a2c5..0c64735bf 100644 --- a/Makefile +++ b/Makefile @@ -271,7 +271,9 @@ ifneq ($(_WITH_CLOUSEAU), ) "$(_WITH_CLOUSEAU)" \ "$(TEST_OPTS)" \ --locald-config test/config/test-config.ini \ - --no-eval 'mix test --max-cases 1 --trace --include test/elixir/test/config/search.elixir $(EXUNIT_OPTS)' + --no-eval \ + ('mix test --trace --include test/elixir/test/config/search.elixir $(EXUNIT_OPTS)' || \ + 'mix test --failed --trace --include test/elixir/test/config/search.elixir $(EXUNIT_OPTS)') else @echo "Warning: Clouseau is not enabled, \`elixir-search\` cannot be run." endif
