-
Type:
Build Failure
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines - Transactions
-
311.044
-
SE Transactions - 2026-06-05
-
3
-
1
unit-test-macos on macos-14-arm64
Host: macos-14-arm64-24.mac.devprod.mongodb.com
Project: wiredtiger
Commit: e6c7a81b
Please refer to BF(G) Playbook for instructions on handling BF and BFG tickets as well as Auto-Resolution Rules
Task Logs:
unit-test-macos task_log
Logs:
[pid:67730]: FAIL: test_stat15.test_stat15.test_cache_pages_inuse_leaf_decreases_after_eviction
----------------------------------------------------------------------
[pid:67730]: testtools.testresult.real._StringException: Traceback (most recent call last):
File "/Users/ec2-user/data/mci/9db602b73b4f43a95bba751faa3962ec/wiredtiger/test/suite/wttest.py", line 161, in wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/ec2-user/data/mci/9db602b73b4f43a95bba751faa3962ec/wiredtiger/test/suite/wttest.py", line 309, in _callTestMethod
method()
File "/Users/ec2-user/data/mci/9db602b73b4f43a95bba751faa3962ec/wiredtiger/test/suite/test_stat15.py", line 79, in test_cache_pages_inuse_leaf_decreases_after_eviction
self.assertLess(leaf_after, leaf_before,
File "/Library/Frameworks/Python.Framework/Versions/3.11/lib/python3.11/unittest/case.py", line 1259, in assertLess
self.fail(self._formatMessage(msg, standardMsg))
File "/Library/Frameworks/Python.Framework/Versions/3.11/lib/python3.11/unittest/case.py", line 703, in fail
raise self.failureException(msg)
AssertionError: 2 not less than 2 : expected cache_pages_inuse_leaf to decrease after cache cleared
----------------------------------------------------------------------
Ran 13916 tests in 12283.356s