nickva commented on PR #4662:
URL: https://github.com/apache/couchdb/pull/4662#issuecomment-1703174645

   I noticed two failures in the full CI failure, both on ppc64le (Power) 
platform:
   
   ```
   [2023-09-01T17:10:20.217Z] module 'mango_cursor'
   [2023-09-01T17:10:24.962Z]   mango_cursor:561: create_test_ 
(t_create_regular)...*timed out*
   [2023-09-01T17:10:24.962Z] in function proc_lib:sync_start/2 (proc_lib.erl, 
line 293)
   [2023-09-01T17:10:24.962Z] in call from meck_proc:set_expect/2 
(src/meck_proc.erl, line 110)
   [2023-09-01T17:10:24.962Z] in call from meck:expect/4 (src/meck.erl, line 
272)
   [2023-09-01T17:10:24.962Z] in call from mango_cursor:t_create_regular/1 
(src/mango_cursor.erl, line 587)
   [2023-09-01T17:10:24.962Z] in call from eunit_test:run_testfun/1 
(eunit_test.erl, line 71)
   [2023-09-01T17:10:24.962Z] in call from eunit_proc:run_test/1 
(eunit_proc.erl, line 531)
   [2023-09-01T17:10:24.963Z] in call from eunit_proc:with_timeout/3 
(eunit_proc.erl, line 356)
   [2023-09-01T17:10:24.963Z] in call from eunit_proc:handle_test/2 
(eunit_proc.erl, line 514)
   [2023-09-01T17:10:24.963Z]   undefined
   [2023-09-01T17:10:34.455Z] mango_cursor:562: create_test_ 
(t_create_user_specified_index)...[4.819 s] ok
   [2023-09-01T17:10:43.255Z] mango_cursor:563: create_test_ 
(t_create_invalid_user_specified_index)...[4.833 s] ok
   ```
   
   It looks like the surrounding tests are close to 5 seconds and the Power 
runner is usually the slowest runner. So it maybe that we need a longer timeout 
for those tests.


-- 
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

Reply via email to