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

blacklist memory.js on ASAN builders

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.2.0-rc3, 4.3.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v4.2
    • Dev Tools 2019-07-01, Dev Tools 2019-07-15
    • 95

      When making memory.js ensure that the exceptions that it caused were actually out of memory errors in SERVER-36748 we exposed the fact that memory.js was not causing out of memory errors on ASAN builders, but instead timing out, albeit with the wrong error ( see SERVER-41911 ).

      I was able to manually verify that memory.js can successfully run under an ASAN build of mongod, but it takes exceedingly long to run and required modifying hard coded timeouts ( https://github.com/mongodb/mongo/blob/master/src/mongo/db/matcher/expression_where.cpp#L90 )

      So, I think the best thing to do is to just blacklist memory.js on ASAN builders.

            Assignee:
            gabriel.russell@mongodb.com Gabriel Russell (Inactive)
            Reporter:
            gabriel.russell@mongodb.com Gabriel Russell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: