Improve error messaging in the test framework

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • WT10.0.1, 5.0.0-rc2, 4.4.8, 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage - Ra 2021-06-14
    • 2

      Set the programname argument required in the test_util.h, to be the passed in test name in test.h.

      Similar to:

          public:
          test(const std::string &config, const std::string &name)
          {
              progname = name.c_str();
      

      Additionally change test_util.h to instead of using _func to using: PRETTY_FUNCTION_.

      This will make the error messages output a lot more human readable.

            Assignee:
            Alex Cameron (Inactive)
            Reporter:
            Luke Pearson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: