-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
ALL
Looks like a timing issue. The function _lastMigration in src/mongo/shell/utils_sh.js is searching for any document in the changelog which starts with "moveChunk", but this includes both moveChunk.commit and moveChunk.from, so the assertion is failing even though the test is succeeding.