We currently skip the following error message unless verify verbose logs are enabled. We should instead log it all the time.
if (!WT_VERBOSE_ISSET(session, WT_VERB_VERIFY))
continue;
__wt_errx(session, "file range %" PRIuMAX "-%" PRIuMAX " never verified",
(uintmax_t)WT_FRAG_TO_OFF(block, first), (uintmax_t)WT_FRAG_TO_OFF(block, last));
- is depended on by
-
WT-15653 Improve diagnostics for verify
-
- Open
-
- is related to
-
WT-15693 Verify delta chain in PALite
-
- Closed
-
-
WT-15756 Add an evergreen job to generate all the existing warnings
-
- Closed
-
-
WT-15764 Log cell information in verify
-
- Closed
-
-
WT-15773 Fix unit test on MacOS
-
- Closed
-
-
WT-15787 Allow Palite to accept a configurable data storage path argument
-
- Closed
-
-
WT-15798 Temporarily ignore updates and dirty threshold during step-up
-
- Closed
-
-
WT-15662 test_truncate29 verify return EBUSY
-
- Closed
-
-
WT-15706 many-collection-test fails with bazel_RBE_supported.sh: No such file or directory
-
- Closed
-
-
WT-15732 Verify returns __wt_bad_object_type (block cache related)
-
- Closed
-
- related to
-
WT-13454 Support compiled configurations for WT_SESSION reconfigure
-
- Closed
-