A recent run of syscall.py test failed, capturing a mismatched strace output on margay-aws.
http://build.wiredtiger.com:8080/job/wiredtiger-syscall-linux/122/
+ python ../test/syscall/syscall.py test/syscall/wt2336_base/base.run:141: expecting fd = openat(AT_FDCWD, "./WiredTiger.turtle", 2|524288); build_posix/test/syscall/WT_TEST.wt2336_base.0/stderr.txt:96: does not match 92: pwrite64(4, "\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0003\0\0\0\2\0\0\0\6\0\0\0\0\20\0\0"..., 4096, 8192) = 4096 93: pwrite64(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0002\0\0\0\n\0\0\0\1\0\0\1\0\20\0\0"..., 4096, 12288) = 4096 94: pwrite64(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0.\0\0\0\6\0\0\0\1\0\0\1\0\20\0\0"..., 4096, 16384) = 4096 95: fdatasync(4) = 0 96: openat(AT_FDCWD, "./WiredTiger.turtle.set", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 6 For a HOW TO on debugging, see the top of syscall.py running /mnt/data0/jenkins/workspace/wiredtiger-syscall-linux/build_posix/test/syscall/test_wt2336_base comparing: test/syscall/wt2336_base/base.run build_posix/test/syscall/WT_TEST.wt2336_base.0/stderr.txt ************************ FAILED ************************ see results in /mnt/data0/jenkins/workspace/wiredtiger-syscall-linux/build_posix/test/syscall/WT_TEST.wt2336_base.0
Here is the list of tickets that were merged since the previous successful syscall.py run:
|
- is caused by
-
WT-5042 Reduce configuration parsing overhead from checkpoints
- Closed