Add wt_binary_decode tests to evergreen

XMLWordPrintableJSON

    • 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
      

            Assignee:
            Dylan Liang
            Reporter:
            Sean Watt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: