The syscall testing picked up a mismatch regarding fdatasync on tinderbox.
http://build.wiredtiger.com:8080/job/wiredtiger-syscall-linux/98/
+ unset WIREDTIGER_CONFIG + python ../test/syscall/syscall.py test/syscall/wt2336_base/base.run:138: expecting fdatasync(wt); build_posix/test/syscall/WT_TEST.wt2336_base.0/stderr.txt:84: does not match 80: close(6) = 0 81: pwrite64(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0~\3\0\0\2\0\0\0\7\4\0\0\0\20\0\0"..., 4096, 4096) = 4096 82: 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 83: 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 84: 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 For a HOW TO on debugging, see the top of syscall.py running /work/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 /work/jenkins/workspace/wiredtiger-syscall-linux/build_posix/test/syscall/WT_TEST.wt2336_base.0
- is caused by
-
WT-4494 Support import of of standalone WiredTiger files.
- Closed