|
Author:
{'username': 'adamlsd', 'email': 'adam.martin@10gen.com', 'name': 'ADAM David Alan Martin'}
Message: SERVER-38891 Fix some `collection_cloner_test` races.
The mocks in these tests hold pointers to items on the stack. The
mocks are held in background threads, such as executors. If the
executor accesses one of those mocks after the stack frame of its
creator leaves, the pointer to the stack frame is now invalid.
Branch: master
https://github.com/mongodb/mongo/commit/c741da0edb4952f58441a5e61b29bc93a0ee596c
|