nickva edited a comment on pull request #3366: URL: https://github.com/apache/couchdb/pull/3366#issuecomment-777737131
I noticed one of the failed tests in ` continuous-integration/jenkins/pr-merge` a `couch_server` failure in it. I ran the test suite locally and it passed so could be just a flaky test and the new code just highlights the flakiness, but since couch_server showed up it was a bit suspicious so thought I'd mention it here: ``` [2021-02-11T18:42:04.494Z] Multiple database create/delete tests [2021-02-11T18:42:04.853Z] couch_db_tests:111: should_create_multiple_dbs...[0.090 s] ok [2021-02-11T18:42:04.853Z] couch_db_tests:122: should_delete_multiple_dbs...*failed* [2021-02-11T18:42:04.853Z] in function gen_server:call/3 (gen_server.erl, line 223) [2021-02-11T18:42:04.853Z] in call from couch_server:create_int/2 (src/couch_server.erl, line 143) [2021-02-11T18:42:04.853Z] in call from couch_server:create/2 (src/couch_server.erl, line 135) [2021-02-11T18:42:04.853Z] in call from couch_db_tests:create_db/2 (test/eunit/couch_db_tests.erl, line 193) [2021-02-11T18:42:04.853Z] in call from couch_db_tests:'-should_delete_multiple_dbs/1-fun-1-'/1 (test/eunit/couch_db_tests.erl, line 123) [2021-02-11T18:42:04.853Z] in call from couch_db_tests:'-should_delete_multiple_dbs/1-lc$^0/1-0-'/1 (test/eunit/couch_db_tests.erl, line 123) [2021-02-11T18:42:04.853Z] in call from couch_db_tests:'-should_delete_multiple_dbs/1-fun-8-'/1 (test/eunit/couch_db_tests.erl, line 123) [2021-02-11T18:42:04.853Z] in call from eunit_test:run_testfun/1 (eunit_test.erl, line 71) [2021-02-11T18:42:04.853Z] **exit:{{badarg,[{ets,update_element, [2021-02-11T18:42:04.853Z] [couch_server_4, [2021-02-11T18:42:04.853Z] <<"eunit-test-db-cd448fbae5748e8885319d3a0d"...>>, [2021-02-11T18:42:04.853Z] {5,locked}], [2021-02-11T18:42:04.853Z] []}, [2021-02-11T18:42:04.853Z] {couch_lru,close_int,2,[{file,"src/couch_lru.erl"},{line,49}]}, [2021-02-11T18:42:04.853Z] {couch_server,maybe_close_lru_db,1, [2021-02-11T18:42:04.853Z] [{file,"src/couch_server.erl"},{line,405}]}, [2021-02-11T18:42:04.853Z] {couch_server,handle_call,3, [2021-02-11T18:42:04.853Z] [{file,"src/couch_server.erl"},{line,575}]}, [2021-02-11T18:42:04.853Z] {gen_server,try_handle_call,4,[{file,"gen_server.erl"},{line,661}]}, [2021-02-11T18:42:04.853Z] {gen_server,handle_msg,6,[{file,"gen_server.erl"},{line,690}]}, [2021-02-11T18:42:04.853Z] {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,249}]}]}, [2021-02-11T18:42:04.853Z] {gen_server,call, [2021-02-11T18:42:04.853Z] [couch_server_4, [2021-02-11T18:42:04.853Z] {create,<<"eunit-test-db-9849e822ba346e3d33d5f388c3"...>>,[]}, [2021-02-11T18:42:04.853Z] infinity]}} [2021-02-11T18:42:04.853Z] output:<<"">> ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org