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

MongoDB failed to run test suites with MSVC on windows

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      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'          

      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@mongodb.com Eric Sedor
            Reporter:
            gaolin01@beyondsoft.com Gao Lin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: