Use testutil_snprintf instead of __wt_snprintf in the tests

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • WT11.2.0, 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None

      WT-10992 introduced a new convenience macro, testutil_snprintf, which replaces invocations such as:

      testutil_check(__wt_snprintf(uri, sizeof(uri), "table:%s", name));
      

      by:

      testutil_snprintf(uri, sizeof(uri), "table:%s", name);
      

      ...which is less verbose. We should make the rest of the tests use the new macro.

            Assignee:
            Peter Macko
            Reporter:
            Peter Macko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: