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

Several tests do not pass burn-in routine with inMemory engine

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Query Execution
    • ALL
    • Hide

      buildscripts/resmoke.py run --suites=<suite> --storageEngine=inMemory --repeatTestsMax=1000 --repeatTestsMin=2 --repeatTestsSecs=600.0 --shuffle --storageEngineCacheSizeGB=4 <jstests/path/to/test>

      Show
      buildscripts/resmoke.py run --suites=<suite> --storageEngine=inMemory --repeatTestsMax=1000 --repeatTestsMin=2 --repeatTestsSecs=600.0 --shuffle --storageEngineCacheSizeGB=4 <jstests/path/to/test>
    • QE 2022-04-18, QE 2022-05-02, QE 2022-05-16, QE 2022-05-30, QE 2022-06-13, QE 2022-06-27, QE 2022-07-11, QE 2022-07-25, QE 2022-08-08, QE 2024-03-18, QE 2024-04-01, QE 2024-04-15, QE 2024-04-29
    • 5

      Identified tests so far:

      • jstests/aggregation/spill_to_disk.js (suite: aggregation_mongos_passthrough)
      • jstests/core/explain_execution_error.js (suite: causally_consistent_jscore_passthrough)
      • jstests/core/views/views_aggregation.js (suite: cwrwc_passthrough)
      • jstests/core/sortj.js (suite: cwrwc_passthrough)
      • jstests/core/sortb.js (suite: causally_consistent_jscore_passthrough)
      • jstests/core/sortg.js (suite: cwrwc_passthrough)

      Common trait:
      "ctx":"JournalFlusher",
      "msg":"The JournalFlusher encountered an error attempting to flush data to disk",
      "attr":

      {"JournalFlusherError":"ExceededMemoryLimit: -31807: WT_CACHE_FULL: operation would overflow cache"}

      Perhaps the solution is to add "requires_journaling" or "requires_persistence" tags to these tests.

            Assignee:
            romans.kasperovics@mongodb.com Romans Kasperovics
            Reporter:
            romans.kasperovics@mongodb.com Romans Kasperovics
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: