This is an automated email from the ASF dual-hosted git repository.

jiahuili430 pushed a commit to branch fix-elixir-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 073fc0e769055b84b2ddf8a49ae0fbcb93b24122
Author: Jiahui Li <[email protected]>
AuthorDate: Thu Dec 11 12:07:44 2025 -0600

    Unit tests need to end with `_test.exs` to run them
---
 test/elixir/test/{large_docs_text.exs => large_docs_test.exs}             | 0
 .../test/{reshard_changes_feed.exs => reshard_changes_feed_test.exs}      | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/test/elixir/test/large_docs_text.exs 
b/test/elixir/test/large_docs_test.exs
similarity index 100%
rename from test/elixir/test/large_docs_text.exs
rename to test/elixir/test/large_docs_test.exs
diff --git a/test/elixir/test/reshard_changes_feed.exs 
b/test/elixir/test/reshard_changes_feed_test.exs
similarity index 100%
rename from test/elixir/test/reshard_changes_feed.exs
rename to test/elixir/test/reshard_changes_feed_test.exs

Reply via email to