#9721 Nightly test failure in test_webui/test_host.py::test_host::test_search
Closed: fixed 9 days ago by rcritten. Opened 2 months ago by frenaud.

The nightly test test_webui/test_host.py::test_host::test_search is frequently failing.
See for instance PR 4253.
logs and report:

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

14 days ago

Metadata Update from @ftrivino:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/7668

14 days ago

master:

  • 3cd3d17 ipatests: increase delays for WebUI host test

ipa-4-12:

  • e2be556 ipatests: increase delays for WebUI host test

ipa-4-11:

  • 47a714a ipatests: increase delays for WebUI host test

ipa-4-10:

  • bf75576 ipatests: increase delays for WebUI host test

ipa-4-9:

  • 5669fbe ipatests: increase delays for WebUI host test

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

9 days ago

Log in to comment on this ticket.

Metadata