nickva commented on PR #5519: URL: https://github.com/apache/couchdb/pull/5519#issuecomment-2835853037
Noticed a failure on arm64 freebsd ``` 10:32:57 undefined 10:32:57 *** context setup failed *** 10:32:57 **in function chttpd_changes_test:reqraw/3 (test/eunit/chttpd_changes_test.erl, line 1055) 10:32:57 in call from chttpd_changes_test:req/3 (test/eunit/chttpd_changes_test.erl, line 1043) 10:32:57 in call from chttpd_changes_test:'-create_docs/2-fun-1-'/2 (test/eunit/chttpd_changes_test.erl, line 999) 10:32:57 in call from lists:foreach_1/2 (lists.erl, line 1686) 10:32:57 in call from chttpd_changes_test:setup_basic/0 (test/eunit/chttpd_changes_test.erl, line 963) 10:32:57 **error:{badmatch,{error,req_timedout}} 10:32:57 10:33:38 *** context setup failed *** 10:33:38 **in function chttpd_changes_test:reqraw/3 (test/eunit/chttpd_changes_test.erl, line 1055) 10:33:38 in call from chttpd_changes_test:req/3 (test/eunit/chttpd_changes_test.erl, line 1043) 10:33:38 in call from chttpd_changes_test:'-create_docs/2-fun-1-'/2 (test/eunit/chttpd_changes_test.erl, line 999) 10:33:38 in call from lists:foreach_1/2 (lists.erl, line 1686) 10:33:38 in call from chttpd_changes_test:setup_basic/0 (test/eunit/chttpd_changes_test.erl, line 963) 10:33:38 **error:{badmatch,{error,req_timedout}} 10:31:53 in function chttpd_dbs_info_test:should_return_db2_for_get_dbs_info_with_skip_1/1 (test/eunit/chttpd_dbs_info_test.erl, line 225) 10:31:53 in call from eunit_test:run_testfun/1 (eunit_test.erl, line 71) 10:31:53 in call from eunit_proc:run_test/1 (eunit_proc.erl, line 543) 10:31:53 in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 368) 10:31:53 in call from eunit_proc:handle_test/2 (eunit_proc.erl, line 526) 10:31:53 in call from eunit_proc:tests_inorder/3 (eunit_proc.erl, line 468) 10:31:53 in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 358) 10:31:53 in call from eunit_proc:run_group/2 (eunit_proc.erl, line 582) 10:31:53 **error:{assertEqual,[{module,chttpd_dbs_info_test}, 10:31:53 {line,225}, 10:31:53 {expression,"FilteredDbs"}, 10:31:53 {expected,["db2-f79bfc712a17ad78c9687aeb4f6276de"]}, 10:31:53 {value,["db1-f79bfc712a17ad78c9687aeb4f6276de", 10:31:53 "db2-f79bfc712a17ad78c9687aeb4f6276de"]}]} 10:31:53 output:<<"">> ``` However re-running main jenkins ci again also showed the same failure: https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/jenkins-try-main-build-tmp/1/pipeline-console/?start-byte=0&selected-node=503#log-387 So doesn't seem related to the erlang 26 update. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org