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

Reenable resharding_skip_cloning_and_applying.js

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 8.2.0-rc0
    • Component/s: None
    • Cluster Scalability
    • ALL
    • Hide

      remove DISABLED_TEMPORARILY_DUE_TO_FCV_UPGRADE tag from the test, then

      # DISCLAIMER:
      #     The `db-contrib-tool` command downloads the latest last-continuous/lts mongo shell binaries available in CI.
      #     The generated `multiversion_exclude_tags.yml` is dependent on the `backports_required_for_multiversion_tests.yml` file of the last-continuous/lts mongo shell binary git commit.
      #     If there have been new commits to last-continuous/lts, the excluded tests & binaries may be slightly different on this task vs locally.
      # Having trouble reproducing your failure with this? Feel free to reach out in #server-testing.
      
      db-contrib-tool setup-repro-env --edition enterprise   --resmokeCmd "python buildscripts/resmoke.py"   --debug   5.0.28 && db-contrib-tool setup-repro-env --edition enterprise   --resmokeCmd "python buildscripts/resmoke.py"   --debug   last-lts   last-continuous 5.0 6.0 7.0 && \
      buildscripts/resmoke.py generate-multiversion-exclude-tags --oldBinVersion=last_continuous && \
      LANG=C UBSAN_OPTIONS="print_stacktrace=1:external_symbolizer_path=/opt/mongodbtoolchain/v5/bin/llvm-symbolizer" LSAN_OPTIONS="suppressions=etc/lsan.suppressions:report_objects=1" ASAN_OPTIONS="detect_leaks=1:check_initialization_order=true:strict_init_order=true:abort_on_error=1:disable_coredump=0:handle_abort=1:strict_string_checks=true:detect_invalid_pointer_pairs=1:external_symbolizer_path=/opt/mongodbtoolchain/v5/bin/llvm-symbolizer" buildscripts/resmoke.py run --suites=sharding_last_continuous --continueOnFailure --excludeWithAnyTags=multiversion_incompatible,backport_required_multiversion,sharding_multiversion_backport_required_multiversion,requires_fcv_82 --excludeWithAnyTags=requires_increased_memlock_limits --excludeWithAnyTags=incompatible_aubsan --jobs=8 --repeatTestsMax=1000 --repeatTestsMin=2 --repeatTestsSecs=600.0 --shuffle --runNoFeatureFlagTests --storageEngineCacheSizeGB=1 jstests/sharding/resharding_skip_cloning_and_applying.js --mongodSetParameters='{}' --mongosSetParameters='{}' --tagFile=generated_resmoke_config/multiversion_exclude_tags.yml 
      Show
      remove DISABLED_TEMPORARILY_DUE_TO_FCV_UPGRADE tag from the test, then # DISCLAIMER: # The `db-contrib-tool` command downloads the latest last-continuous/lts mongo shell binaries available in CI. # The generated `multiversion_exclude_tags.yml` is dependent on the `backports_required_for_multiversion_tests.yml` file of the last-continuous/lts mongo shell binary git commit. # If there have been new commits to last-continuous/lts, the excluded tests & binaries may be slightly different on this task vs locally. # Having trouble reproducing your failure with this ? Feel free to reach out in #server-testing. db-contrib-tool setup-repro-env --edition enterprise --resmokeCmd "python buildscripts/resmoke.py" --debug 5.0.28 && db-contrib-tool setup-repro-env --edition enterprise --resmokeCmd "python buildscripts/resmoke.py" --debug last-lts last-continuous 5.0 6.0 7.0 && \ buildscripts/resmoke.py generate-multiversion-exclude-tags --oldBinVersion=last_continuous && \ LANG=C UBSAN_OPTIONS= "print_stacktrace=1:external_symbolizer_path=/opt/mongodbtoolchain/v5/bin/llvm-symbolizer" LSAN_OPTIONS= "suppressions=etc/lsan.suppressions:report_objects=1" ASAN_OPTIONS= "detect_leaks=1:check_initialization_order= true :strict_init_order= true :abort_on_error=1:disable_coredump=0:handle_abort=1:strict_string_checks= true :detect_invalid_pointer_pairs=1:external_symbolizer_path=/opt/mongodbtoolchain/v5/bin/llvm-symbolizer" buildscripts/resmoke.py run --suites=sharding_last_continuous --continueOnFailure --excludeWithAnyTags=multiversion_incompatible,backport_required_multiversion,sharding_multiversion_backport_required_multiversion,requires_fcv_82 --excludeWithAnyTags=requires_increased_memlock_limits --excludeWithAnyTags=incompatible_aubsan --jobs=8 --repeatTestsMax=1000 --repeatTestsMin=2 --repeatTestsSecs=600.0 --shuffle --runNoFeatureFlagTests --storageEngineCacheSizeGB=1 jstests/sharding/resharding_skip_cloning_and_applying.js --mongodSetParameters= '{}' --mongosSetParameters= '{}' --tagFile=generated_resmoke_config/multiversion_exclude_tags.yml
    • Cluster Scalability Priorities
    • 200
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      This is a no-passthrough test that tests 

      featureFlagReshardingSkipCloningAndApplyingIfApplicable

      feature flag and it shouldn't be tagged with

      featureFlagReshardingSkipCloningAndApplying

       tag. When enabled it fails in last-continuous multiversion suites. 
       
      The test started failing right after 8.2 fcv constant was pushed. Before that if was disabled behind

      color: Color value is invalid

      requires_fcv_81. I suspect it might have never worked as intended.

            Assignee:
            Unassigned Unassigned
            Reporter:
            serhii.lysenko@mongodb.com Serhii Lysenko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: