Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-24848

Replace non-customized asserts in concurrency (FSM) workloads

    • Server Tooling & Methods

      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-stm Backlog - Server Tooling and Methods (STM) (Inactive)
            Reporter:
            kamran.khan Kamran K.
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: