MongoDB failed to run test suites with MSVC on windows

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Build
    • None
    • Environment:
      VS 2019 + Windows Server 2016 + MongoDB master branch latest revision
    • ALL
    • Hide

      The whole build is successful, but according to the script run tests, the following errors are always reported.

      python.exe buildscripts/resmoke.py run --suites=concurrency --jobs=8

      python.exe buildscripts/resmoke.py run --suites=core --jobs=8

      python.exe buildscripts/resmoke.py run --suites=core_auth --jobs=8

      python.exe buildscripts/resmoke.py run --suites=decimal --jobs=8

      python.exe buildscripts/resmoke.py run --suites=read_only --jobs=8

      python.exe buildscripts/resmoke.py run --suites=unittests_client --jobs=8

      python.exe buildscripts/resmoke.py run --suites=integration_tests_standalone --jobs=8

       

      Running these test suites all report the same error:

      Traceback (most recent call last):
      File "buildscripts/resmoke.py", line 12, in <module>
      import buildscripts.resmokelib.cli as cli
      File "F:\gitP\mongodb\mongo\buildscripts\resmokelib_init_.py", line 7, in <module>
      from buildscripts.resmokelib import parser
      File "F:\gitP\mongodb\mongo\buildscripts\resmokelib\parser.py", line 9, in <module>
      from buildscripts.resmokelib.run import RunPlugin
      File "F:\gitP\mongodb\mongo\buildscripts\resmokelib\run_init_.py", line 15, in <module>
      import curatorbin
      ModuleNotFoundError: No module named 'curatorbin'

       

       

       

       

       

      Show
      The whole build is successful, but according to the script run tests, the following errors are always reported. python.exe buildscripts/resmoke.py run --suites=concurrency --jobs=8 python.exe buildscripts/resmoke.py run --suites=core --jobs=8 python.exe buildscripts/resmoke.py run --suites=core_auth --jobs=8 python.exe buildscripts/resmoke.py run --suites=decimal --jobs=8 python.exe buildscripts/resmoke.py run --suites=read_only --jobs=8 python.exe buildscripts/resmoke.py run --suites=unittests_client --jobs=8 python.exe buildscripts/resmoke.py run --suites=integration_tests_standalone --jobs=8   Running these test suites all report the same error: Traceback (most recent call last): File "buildscripts/resmoke.py", line 12, in <module> import buildscripts.resmokelib.cli as cli File "F:\gitP\mongodb\mongo\buildscripts\resmokelib_ init _.py", line 7, in <module> from buildscripts.resmokelib import parser File "F:\gitP\mongodb\mongo\buildscripts\resmokelib\parser.py", line 9, in <module> from buildscripts.resmokelib.run import RunPlugin File "F:\gitP\mongodb\mongo\buildscripts\resmokelib\run_ init _.py", line 15, in <module> import curatorbin ModuleNotFoundError: No module named 'curatorbin'          
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      MongoDB failed to run test suites with MSVC on windows .  It can be reproduced on master latest revision. Could you help have a look about this issue? Thanks in advance!

            Assignee:
            Eric Sedor
            Reporter:
            Gao Lin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: