Replace non-customized asserts in concurrency (FSM) workloads

XMLWordPrintableJSON

    • Server Tooling & Methods
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      There are a few workloads that use the native assertion helpers instead of assertAlways/assertWhenOwnColl/assertWhenOwnDB:

      count.js:            assert.gt(high, low);
      remove_and_bulk_insert.js:            assert.writeOK(bulk.execute());
      update_and_bulk_insert.js:            assert.writeOK(bulk.execute());
      

      These assertions should be replaced to prevent test failures when workloads are composed together.

            Assignee:
            Backlog - Server Tooling and Methods (STM) (Inactive)
            Reporter:
            Kamran K. (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: