torodb / testing-tools

A set of projects that make it easy to execute test, specially with docker. It is heavily used by ToroDB, but can be useful on third party projects.
Apache License 2.0
1 stars 3 forks source link

@RequireReplicaSet test is failing #4

Closed gortiz closed 7 years ago

gortiz commented 7 years ago

RequireReplicaSetTest usually fall into a deadlock. The test is using a replica set configuration that reproduce the bug #3, as it uses a total write concern, a deadlock is produced, which means that the test never ends and finally Travis decide to kill the compilation process.

Meanwhile #3 is not fixed, we should modify the test to use a supported configuration.

gortiz commented 7 years ago

This has been fixed on devel branch and will reach master once it is merged on milestone 0.1