All WT perf jobs failed in Jenkins after the merge of WT-7237: http://build.wiredtiger.com:8080/job/wiredtiger-perf/
Logs:
In file included from ../../../src/include/wt_internal.h:404:0,
from ../../../test/utility/test_util.h:31,
from ../../../test/cppsuite/test_harness/configuration_settings.h:33,
from ../../../test/cppsuite/test_harness/test.h:41,
from ../../../test/cppsuite/tests/poc.cxx:33:
../../../src/include/cell_inline.h: In function 'int __cell_data_ref(WT_SESSION_IMPL*, WT_PAGE*, int, WT_CELL_UNPACK_COMMON*, WT_ITEM*)':
../../../src/include/error.h:113:43: error: expected ')' before 'PRIxMAX'
__wt_panic(session, EINVAL, "%s: 0x%" PRIxMAX, \
Fix:
The include <cinttypes> is missing from test.h
- is caused by
-
WT-7237 Creating component interface to improve class heirachy in the test framework
-
- Closed
-