Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
3.2.1, 3.2.3
-
None
-
Fedora OS
-
Fully Compatible
-
Linux
-
-
Platforms 12 (04/01/16)
Description
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
|