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

`find-suite` resmoke command does not work anymore

    • Server Development Platform
    • Fully Compatible
    • ALL

      The find-suite Resmoke's command does not work form at least a couple of weeks.

      The error reported by the command output is referring to a directory related to the Enterprise module and this sounds strange to me.

      $ ./buildscripts/resmoke.py find-suites jstests/sharding/change_stream_no_orphans.js
      Traceback (most recent call last):
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/./buildscripts/resmoke.py", line 20, in <module>
          entrypoint()
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/./buildscripts/resmoke.py", line 16, in entrypoint
          cli.main(sys.argv)
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/buildscripts/resmokelib/cli.py", line 32, in main
          subcommand.execute()
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/buildscripts/resmokelib/run/__init__.py", line 116, in execute
          self.find_suites()
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/buildscripts/resmokelib/run/__init__.py", line 140, in find_suites
          suites_by_test = self._find_suites_by_test(suites)
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/buildscripts/resmokelib/run/__init__.py", line 192, in _find_suites_by_test
          test_membership = suitesconfig.create_test_membership_map()
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/buildscripts/resmokelib/suitesconfig.py", line 71, in create_test_membership_map
          for testfile in suite.tests:
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/buildscripts/resmokelib/testing/suite.py", line 103, in tests
          self._tests, self._excluded = self._get_tests_for_kind(self.test_kind)
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/buildscripts/resmokelib/testing/suite.py", line 125, in _get_tests_for_kind
          return _selector.filter_tests(test_kind, selector_config)
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/buildscripts/resmokelib/selector.py", line 796, in filter_tests
          return selector.select(selector_config)
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/buildscripts/resmokelib/selector.py", line 504, in select
          return _Selector.select(self, selector_config)
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/buildscripts/resmokelib/selector.py", line 458, in select
          test_list.exclude_files(selector_config.exclude_files)
        File "/home/ubuntu/devel/10gen/mongo-master-dev3/buildscripts/resmokelib/selector.py", line 220, in exclude_files
          raise ValueError(
      ValueError: Excluded test file src/mongo/db/modules/enterprise/jstests/fle2/basic_update.js does not exist, perhaps it was renamed or removed , and should be modified in, or removed from, the exclude_files list.
      

            Assignee:
            steve.gross@mongodb.com Steve Gross
            Reporter:
            antonio.fuschetto@mongodb.com Antonio Fuschetto
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: