Improve failure details for NTDI jstests

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Server Serverless 2023-06-26, Server Serverless 2023-07-10
    • 162
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We recently had a test failure which gave no information about the reason of the failure beside a the location in the code of the failure.

      For instance, we should favor the use of 

       

      assert.eq(a, b, details);

      over

       

       

      assert(a == b);

      An example of code can be found here.

      I think we should make similar changes to the `native_tenant_data_isolation*` existing tests we have.

       

            Assignee:
            Mathis Bessa (Inactive)
            Reporter:
            Mathis Bessa (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: