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

collection_cloner_test failure

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.2.1, 3.2.3
    • Component/s: Build
    • Labels:
      None
    • Environment:
      Fedora OS
    • Fully Compatible
    • Linux
    • Hide

      scons ./build/opt/mongo/db/repl/collection_cloner_test -j2 --use-system-tcmalloc --use-system-pcre --use-system-boost --use-system-snappy --use-system-valgrind --use-system-zlib --use-system-stemmer --use-system-yaml --use-system-mozjs --nostrip --ssl --disable-warnings-as-errors --wiredtiger=on --experimental-decimal-support=off --variables-files=variables.list

      variables.list:
      CCFLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic"
      LINKFLAGS="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"
      CPPDEFINES="BOOST_OPTIONAL_USE_SINGLETON_DEFINITION_OF_NONE"

      Show
      scons ./build/opt/mongo/db/repl/collection_cloner_test -j2 --use-system-tcmalloc --use-system-pcre --use-system-boost --use-system-snappy --use-system-valgrind --use-system-zlib --use-system-stemmer --use-system-yaml --use-system-mozjs --nostrip --ssl --disable-warnings-as-errors --wiredtiger=on --experimental-decimal-support=off --variables-files=variables.list variables.list: CCFLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic" LINKFLAGS="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" CPPDEFINES="BOOST_OPTIONAL_USE_SINGLETON_DEFINITION_OF_NONE"
    • Platforms 12 (04/01/16)

      Hello,
      I am compiling MongoDB 3.2.3 and collection_cloner_test is failing (also failing in 3.2.1).

      The versions of installed packages could be found there - https://kojipkgs.fedoraproject.org//work/tasks/821/12840821/root.log

      It seems to me that this failure could appear with upgrade to gcc6 (I know that MongoDB does not support it yet ), but I don't know...

      Do you have any idea where could be a problem?

      + ./build/opt/mongo/db/repl/collection_cloner_test
      2016-02-04T09:33:40.293+0000 I -        [main] going to run suite: CollectionClonerTest
      2016-02-04T09:33:40.293+0000 I -        [main] 	 going to run test: InvalidConstruction
      2016-02-04T09:33:40.294+0000 I -        [main] 	 going to run test: ClonerLifeCycle
      2016-02-04T09:33:40.296+0000 I -        [main] 	 going to run test: FirstRemoteCommand
      2016-02-04T09:33:40.296+0000 I -        [main] 	 going to run test: RemoteCollectionMissing
      2016-02-04T09:33:40.296+0000 I -        [main] 	 going to run test: ListIndexesReturnedNoIndexes
      2016-02-04T09:33:40.297+0000 W REPL     [ReplicationExecutor] No indexes found for collection db.coll while cloning from localhost:27017
      2016-02-04T09:33:40.297+0000 I -        [main] 	 going to run test: BeginCollectionScheduleDbWorkFailed
      2016-02-04T09:33:40.297+0000 I -        [main] 	 going to run test: BeginCollectionCallbackCanceled
      2016-02-04T09:33:40.297+0000 I -        [main] 	 going to run test: BeginCollectionFailed
      2016-02-04T09:33:40.298+0000 I -        [main] 	 going to run test: BeginCollection
      2016-02-04T09:33:40.298+0000 I -        [main] 	 going to run test: FindFetcherScheduleFailed
      2016-02-04T09:33:40.298+0000 I -        [main] 	 going to run test: FindCommandAfterBeginCollection
      2016-02-04T09:33:40.299+0000 I -        [main] 	 going to run test: FindCommandFailed
      2016-02-04T09:33:40.299+0000 I -        [main] 	 going to run test: FindCommandCanceled
      2016-02-04T09:33:40.299+0000 I -        [main] 	 going to run test: InsertDocumentsScheduleDbWorkFailed
      2016-02-04T09:33:40.300+0000 I -        [main] 	 going to run test: InsertDocumentsCallbackCanceled
      2016-02-04T09:33:40.300+0000 I -        [main] 	 going to run test: InsertDocumentsFailed
      2016-02-04T09:33:40.300+0000 I -        [main] 	 going to run test: InsertDocumentsSingleBatch
      2016-02-04T09:33:40.301+0000 I -        [main] 	 going to run test: InsertDocumentsMultipleBatches
      2016-02-04T09:33:40.301+0000 I -        [main] FAIL: InsertDocumentsMultipleBatches	Expected getDetectableErrorStatus() == getStatus() (InternalError Not mutated == OK ) @src/mongo/db/repl/collection_cloner_test.cpp:478
      2016-02-04T09:33:40.301+0000 I -        [main] 	 DONE running tests
      2016-02-04T09:33:40.301+0000 I -        [main] **************************************************
      2016-02-04T09:33:40.301+0000 I -        [main] CollectionClonerTest           | tests:   18 | fails:    1 | assert calls:          0 | time secs:  0.008
      	InsertDocumentsMultipleBatches	Expected getDetectableErrorStatus() == getStatus() (InternalError Not mutated == OK ) @src/mongo/db/repl/collection_cloner_test.cpp:478
      2016-02-04T09:33:40.301+0000 I -        [main] TOTALS                         | tests:   18 | fails:    1 | assert calls:          0 | time secs:  0.008
      2016-02-04T09:33:40.301+0000 I -        [main] Failing tests:
      2016-02-04T09:33:40.301+0000 I -        [main] 	 CollectionClonerTest/InsertDocumentsMultipleBatches Failed
      2016-02-04T09:33:40.301+0000 I -        [main] FAILURE - 1 tests in 1 suites failed
      

            Assignee:
            jonathan.reams@mongodb.com Jonathan Reams
            Reporter:
            mskalick Marek Skalický
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: