Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-2940

Filter out mmap tasks for non-x86 build variants

    • Type: Icon: Build Failure Build Failure
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Evergreen
    • None
    • 1,081

      We currently run integration tasks with mmap as the storage engine on some platform architectures that don't support it:

      MMAPv1 is supported on 64-bit Intel architectures (x86_64) only. MongoDB returns an error when starting a mongod using MMAPv1 on an unsupported architecture.

      (from: https://docs.mongodb.com/v4.0/core/mmapv1/)

      We should make sure that we filter out these unsupported integration tasks (i.e. for an unsupported architecture that runs all "3.6" tasks, we should replace that with ".3.6 !.mmap"). This applies mostly to the PPC variants, though there may be others.

            Assignee:
            Unassigned Unassigned
            Reporter:
            evgeni.dobranov@mongodb.com Evgeni Dobranov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: