#8607 Nightly test failure in test_server_del.py::TestServerDel::test_removal_of_nonexistent_master_raises_error
Closed: duplicate 3 years ago by frenaud. Opened 3 years ago by fcami.

testing_master_testing_selinux failed in test_server_del:

E           AssertionError: substring 'bogus-master.bogus.domain: server not found' not found in stderr "ipa: ERROR: Server removal aborted: \n\nReplication topology in suffix 'domain' is disconnected:\nTopology does not allow server master.ipa.test to replicate with servers:\n    replica0.ipa.test\n    replica1.ipa.test\nTopology does not allow server replica0.ipa.test to replicate with servers:\n    master.ipa.test\nTopology does not allow server replica1.ipa.test to replicate with servers:\n    master.ipa.test.\n"
E           assert 'bogus-master.bogus.domain: server not found' in "ipa: ERROR: Server removal aborted: \n\nReplication topology in suffix 'domain' is disconnected:\nTopology does not a...  master.ipa.test\nTopology does not allow server replica1.ipa.test to replicate with servers:\n    master.ipa.test.\n"
E            +  where "ipa: ERROR: Server removal aborted: \n\nReplication topology in suffix 'domain' is disconnected:\nTopology does not a...  master.ipa.test\nTopology does not allow server replica1.ipa.test to replicate with servers:\n    master.ipa.test.\n" = <pytest_multihost.transport.SSHCommand object at 0x7fddd4750100>.stderr_text

logs

Searching for the error above yielded a few matches, with some events being not reproductible.
Investigate more if it happens again.


Also happened in PR #574, [testing_master_389ds] = fedora32 with 389ds nightly repo.

Also happened in PR #574, [testing_master_389ds] = fedora32 with 389ds nightly repo.

The test is failing in a call to ipa server-del bogus-master.bogus.test (removing a non-existant master).
The internal code for server-del is checking the topology, and because of issue #8611 [Tracker] Nightly failure during replica installation: topo segment not created, it fails.
Closing as duplicate of 8611

Metadata Update from @frenaud:
- Issue close_status updated to: duplicate
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata