Jay Doane
Jay Doane
## Overview Occasionally, this test fails with the following stack trace: ``` cpse_gather: make_test_fun (cpse_incref_decref)...*failed* in function cpse_test_ref_counting:'-cpse_incref_decref/1-fun-0-'/2 (src/cpse_test_ref_counting.erl, line 44) in call from cpse_test_ref_counting:cpse_incref_decref/1 (src/cpse_test_ref_counting.erl, line 44) in call...
## Overview The semantics of PUT [1] are arguably incorrect for executing an update function on a specified document, since nothing is being created or updated. Also it's not clear...
## Overview Stale Elixir dependencies can cause test failures after upgrading Erlang or Elixir, so remove them whenever we `make clean`. ## Testing recommendations Confirm it removes Elixir test artifacts....
This PR fixes issue #1444 where the database_id parameter was being ignored during knowledge base creation, and resolves related test failures. Changes Made Core Bug Fix: - Fixed database_id parameter...
This demonstrates `/_find` with no backing index uses `view_timeout`. ## Overview ## Testing recommendations ## Related Issues or Pull Requests ## Checklist - [ ] Code is written and works...