The nightly test test_webui/test_host.py::test_host::test_search is frequently failing. See for instance PR 4253. logs and report:
test_webui/test_host.py::test_host::test_search
self = <ipatests.test_webui.test_host.test_host object at 0x7f7ed3920c80> def test_search(self): self.init_app() self.navigate_to_entity(ENTITY) self.add_record(ENTITY, [self.data2, self.data3]) # positive search filter self.fill_search_filter(self.pkey2) actions = ActionChains(self.driver) actions.send_keys(Keys.ENTER).perform() self.wait(0.5) > self.assert_record(self.pkey2)
The test is adding a host with the WebUI and checks that the new record is visible. It waits 0.5 before checking the record presence, this delay is often too low.
Metadata Update from @ftrivino: - Issue assigned to ftrivino
Metadata Update from @ftrivino: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/7668
master:
ipa-4-12:
ipa-4-11:
ipa-4-10:
ipa-4-9:
Metadata Update from @rcritten: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.