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

The `storage_mobile_record_store_test` takes long time to run in debug mode

    • Type: Icon: Bug Bug
    • Resolution: Gone away
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Storage Execution
    • ALL

      The storage index/record store unit-tests seem to take quite a bit of time, but `storage_mobile_record_store_test` is especially slow, sometimes taking almost 10 minutes on debug builds.

      Building the server with this command line:

      python buildscripts/scons.py --dbg=on --opt=on --ssl --link-model=dynamic --allocator=system CC=clang CXX=clang++ --icecream MONGO_VERSION=0.0.0 MONGO_GIT_HASH=unknown VARIANT_DIR=ninja build.ninja
      

      Produces these run times, which are the highest of all the unit-tests that execute:

      [executor:cpp_unit_test:job9] 2019-02-20T03:14:58.952+0000 storage_wiredtiger_recovery_unit_test ran in 50.17 seconds: no failures detected.
      [executor:cpp_unit_test:job11] 2019-02-20T03:14:59.651+0000 storage_wiredtiger_kv_engine_test ran in 84.67 seconds: no failures detected.
      [executor:cpp_unit_test:job3] 2019-02-20T03:16:12.909+0000 storage_wiredtiger_record_store_test ran in 138.57 seconds: no failures detected.
      [executor:cpp_unit_test:job15] 2019-02-20T03:16:16.903+0000 storage_wiredtiger_prefixed_record_store_test ran in 129.53 seconds: no failures detected.
      [executor:cpp_unit_test:job13] 2019-02-20T03:18:19.838+0000 storage_wiredtiger_index_test ran in 236.46 seconds: no failures detected.
      [executor:cpp_unit_test:job2] 2019-02-20T03:18:21.346+0000 storage_wiredtiger_prefixed_index_test ran in 236.71 seconds: no failures detected.
      [executor:cpp_unit_test:job18] 2019-02-20T03:22:37.859+0000 storage_mobile_record_store_test ran in 492.81 seconds: no failures detected.
      

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: