-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Python
-
Storage Engines, Storage Engines - Foundations
-
SE Foundations - Q3+ Backlog
-
None
This ticket is for three similar failures. Any can be split off if it requires a different solution. The failures are running sweep03, base04, cursor06 under the disagg hook.
$ python3 ../test/suite/run.py --hook disagg -v 2 test_sweep03 .... [pid:5474]: ERROR in test_sweep03.test_sweep03.test_disable_idle_timeout_drop -s 0 (row) ... ====================================================================== [pid:5474]: ERROR: None ---------------------------------------------------------------------- [pid:5474]: Traceback (most recent call last): File "/home/dda/wt/git/develop/test/suite/wttest.py", line 243, in _callTestMethod method() File "/home/dda/wt/git/develop/test/suite/test_sweep03.py", line 165, in test_disable_idle_timeout_drop self.dropUntilSuccess(self.session, drop_uri) File "/home/dda/wt/git/develop/test/suite/wttest.py", line 776, in dropUntilSuccess raise err File "/home/dda/wt/git/develop/test/suite/wttest.py", line 772, in dropUntilSuccess session.drop(uri, config) _wiredtiger.WiredTigerError: No such file or directory $ python3 ../test/suite/run.py --hook disagg -v 2 base04 ...====================================================================== [pid:5622]: ERROR: Create a table, look for a nonexistent key ---------------------------------------------------------------------- [pid:5622]: Traceback (most recent call last): File "/home/dda/wt/git/develop/test/suite/wttest.py", line 243, in _callTestMethod method() File "/home/dda/wt/git/develop/test/suite/test_base04.py", line 84, in test_empty self.drop_table() File "/home/dda/wt/git/develop/test/suite/test_base04.py", line 49, in drop_table self.dropUntilSuccess(self.session, self.tablename) File "/home/dda/wt/git/develop/test/suite/wttest.py", line 776, in dropUntilSuccess raise err File "/home/dda/wt/git/develop/test/suite/wttest.py", line 772, in dropUntilSuccess session.drop(uri, config) _wiredtiger.WiredTigerError: No such file or directory $ python3 ../test/suite/run.py --hook disagg -v 2 cursor06 -s 5 ====================================================================== [pid:6141]: ERROR: None ---------------------------------------------------------------------- [pid:6141]: Traceback (most recent call last): File "/home/dda/wt/git/develop/test/suite/wttest.py", line 243, in _callTestMethod method() File "/home/dda/wt/git/develop/test/suite/test_cursor06.py", line 70, in test_reconfigure_overwrite self.dropUntilSuccess(self.session, uri) File "/home/dda/wt/git/develop/test/suite/wttest.py", line 776, in dropUntilSuccess raise err File "/home/dda/wt/git/develop/test/suite/wttest.py", line 772, in dropUntilSuccess session.drop(uri, config) _wiredtiger.WiredTigerError: No such file or directory