-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Tools
-
None
-
Storage Engines, Storage Engines - Persistence
-
SE Persistence backlog
-
5
There are newly added tests for the binary decode tool in wiredtiger/tools/test. These are currently required to be run locally using python unittest. We should add this set of tests to run in evergreen and in pr testing to ensure the tool does not break when changes are made.
Run with python unittest
cd wiredtiger/tools python3 -m unittest discover -v test
or pytest
cd wiredtiger/tools pytest -q test