-
Type: Build Failure
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
format-failure-configs-test on ubuntu2004
Host: i-050980ec91288de33
Project: wiredtiger
Commit: b9582216
Task Logs:
format-failure-configs-test task_log
This task times out after 2 hours, there are no relevant log records printed about the failure. The interesting thing is that the test/format timer is running:
[2023/01/13 12:50:21.202] Thread 1 (Thread 0x7f2512039800 (LWP 6438)): [2023/01/13 12:50:21.202] #0 0x00007f25124cffcb in __GI___select (nfds=nfds@entry=0, readfds=readfds@entry=0x0, writefds=writefds@entry=0x0, exceptfds=exceptfds@entry=0x0, timeout=timeout@entry=0x7ffe76c0e120) at ../sysdeps/unix/sysv/linux/select.c:41 [2023/01/13 12:50:21.202] #1 0x00007f25127f2fca in __wt_sleep (seconds=seconds@entry=0, micro_seconds=micro_seconds@entry=250000) at ../src/os_posix/os_sleep.c:30 [2023/01/13 12:50:21.202] #2 0x00005574efe32e42 in operations (ops_seconds=<optimized out>, lastrun=true) at ../test/format/ops.c:365 [2023/01/13 12:50:21.202] #3 0x00005574efe36697 in main (argc=<optimized out>, argv=<optimized out>) at ../test/format/t.c:376
Which in this case (for configuration file ../../../test/format/failure_configs/CONFIG.WT-9830) should be limited to 6 minutes. The test is allowed to run for two hours without a message being printed. In the example I inspected the application is running, with threads waiting on I/O or system calls. It does not appear to be stalled.
- duplicates
-
WT-11222 Fix run_format_configs to execute failed configs in parallel
- Closed