You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
Looks like a timing change has exposed the initializing state that wasn't in the list of valid states (maybe it is a newer addition on the server side, maybe it was just missed out). Either way we should fix this so that we don't have intermittent failures blocking patch releases.
Please read these guidelines before opening an issue.
Bug Description
1. Steps to reproduce and the simplest code sample possible to demonstrate the issue
Run
tests.unit.replicator_tests.ReplicatorTests.test_follow_replication
2. What you expected to happen
Test to pass.
3. What actually happened
Test failed with:
Environment details
Looks like we need to add
initializing
to the list of valid states.The text was updated successfully, but these errors were encountered: