danielenricocahall / elephas

Distributed Deep learning with Keras & Spark
MIT License
17 stars 5 forks source link

Non-Deterministic Test Failures #7

Closed danielenricocahall closed 1 year ago

danielenricocahall commented 2 years ago

The parametrized tests in integration/test_end_to_end will have non-deterministic test failures, usually due to a port being occupied already. This makes things flaky and hard to diagnose when there are real problems.

Potential solutions:

danielenricocahall commented 1 year ago

This is now resolved. Closing