-
Type:
Build Failure
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Python
-
Storage Engines - Foundations
-
354.247
-
None
-
None
-
1
Host: rhel8-medium-3.z.devprod.mongodb.com
Project: wiredtiger
Commit: 0bea4c60
Please refer to BF(G) Playbook for instructions on handling BF and BFG tickets as well as Auto-Resolution Rules
Task Logs:
unit-test task_log
Logs:
[pid:856519]: FAIL: test_layered38.test_layered38.test_gc_ingest_with_no_open_cursor(palite)
----------------------------------------------------------------------
[pid:856519]: testtools.testresult.real._StringException: Traceback (most recent call last):
File "/data/mci/0af860c2d235903bbb9201eb3c30821d/wiredtiger/test/suite/wttest.py", line 161, in wrapper
return func(self, *args, **kwargs)
File "/data/mci/0af860c2d235903bbb9201eb3c30821d/wiredtiger/test/suite/wttest.py", line 309, in _callTestMethod
method()
File "/data/mci/0af860c2d235903bbb9201eb3c30821d/wiredtiger/test/suite/test_layered38.py", line 333, in test_gc_ingest_with_no_open_cursor
self.assertEqual(count, (0, 0))
AssertionError: Tuples differ: (1000, 0) != (0, 0)
First differing element 0:
1000
0
- (1000, 0)
? ---
+ (0, 0)
----------------------------------------------------------------------
Ran 13648 tests in 6265.052s