Tests simple_replication https://pagure.io/freeipa/blob/master/f/ipatests/test_integration/test_simple_replication.py
test_user_replication_to_replica failing with error:
~~~~ ipalib.errors.NotFound: no such entry ~~~~
~~~~
The reason of test failure is not enough time before checking the replication results. https://pagure.io/freeipa/blob/master/f/ipatests/pytest_plugins/integration/tasks.py#_1070 After increasing timeout value, test passed successfully.
test_user_replication_to_master passes, however it's producing confusing message "Replication Error" , that can be changed to "Replication in progress" After increasing timeout value, test passed successfully without any messages
~~~~ [ipatests.pytest_plugins.integration.tasks] Replication error ipa: ERROR: Replication error [ipatests.pytest_plugins.integration.tasks] Replication error ipa: ERROR: Replication error [ipatests.pytest_plugins.integration.tasks] Replication error ipa: ERROR: Giving up wait for replication to finish ~~~~ The fact that it takes more time, probably worth investigation as well
Metadata Update from @frenaud: - Issue tagged with: test-failure
I checked the test results over the last 2 months, and this failure was not spotted any more. Hence closing as works for me.
Metadata Update from @frenaud: - Issue close_status updated to: worksforme - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.