-
Type:
New Feature
-
Status: Open
-
Priority:
Major - P3
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Backlog
-
Component/s: None
-
Labels:None
While running PR testing for WT-6809 I got the following failure that would not be related to my changes (in particular the push that failed only changed a comment):
[2020/10/27 13:32:27.657] ======================================================================
|
[2020/10/27 13:32:27.657] FAIL: test_stat04.test_stat04.test_stat_nentries(row.large) (subunit.RemotedTestCase)
|
[2020/10/27 13:32:27.657] test_stat04.test_stat04.test_stat_nentries(row.large)
|
[2020/10/27 13:32:27.657] ----------------------------------------------------------------------
|
[2020/10/27 13:32:27.657] testtools.testresult.real._StringException: Traceback (most recent call last):
|
[2020/10/27 13:32:27.657] File "/data/mci/0783f7bae16c6f1bf0f1a62901559b22/wiredtiger/test/suite/test_stat04.py", line 100, in test_stat_nentries
|
[2020/10/27 13:32:27.657] self.checkcount(uri, count)
|
[2020/10/27 13:32:27.657] File "/data/mci/0783f7bae16c6f1bf0f1a62901559b22/wiredtiger/test/suite/test_stat04.py", line 73, in checkcount
|
[2020/10/27 13:32:27.657] self.assertEqual(statcursor[stat.dsrc.btree_entries][2], expectpairs)
|
[2020/10/27 13:32:27.657] File "/opt/mongodbtoolchain/revisions/39699409944dd532c7cbdce2f62da11361ac220a/stow/python3-v3.1Fs/lib/python3.7/unittest/case.py", line 839, in assertEqual
|
[2020/10/27 13:32:27.657] assertion_func(first, second, msg=msg)
|
[2020/10/27 13:32:27.657] File "/opt/mongodbtoolchain/revisions/39699409944dd532c7cbdce2f62da11361ac220a/stow/python3-v3.1Fs/lib/python3.7/unittest/case.py", line 832, in _baseAssertEqual
|
[2020/10/27 13:32:27.657] raise self.failureException(msg)
|
[2020/10/27 13:32:27.657] AssertionError: 99683 != 99682
|
[2020/10/27 13:32:27.657] ----------------------------------------------------------------------
|