-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile: Update Cockpit lib to 035dc2d9be846320bbe4b2be75c32277 #1914
base: main
Are you sure you want to change the base?
Makefile: Update Cockpit lib to 035dc2d9be846320bbe4b2be75c32277 #1914
Conversation
965f594
to
8e4f429
Compare
Hmm, I would have thought the multihost warning dialogs only affect the shell, not pkg/lib, but that test is broken very consistently. |
Wait, didn't I just fix that in #1915 ? Let's try and rebase. |
8e4f429
to
85d7a18
Compare
Nope, didn't help, still failing. |
With the release of Cockpit 329 the add host dialog now warns the user before adding a remote host. Cockpit's testlib add host helper function defaults to this behaviour but our test images still have an older version of Cockpit installed.
The tests fail because testlib was updated to handle the new refactored host switcher logic in f06b13a4c4 but that only works for Cockpit 329. Our images still have Cockpit 327 which means we have to pass the option which enables the old behaviour. We should have added this check in |
Looks like it going green \o/ |
https://cockpit-logs.us-east-1.linodeobjects.com/pull-1914-a6bf6b4c-20241125-162813-opensuse-tumbleweed/log.html#91 still fails on that problem 😢 the other two look like flakes, retrying. |
# Cockpit 329 warns the user before adding a remote host | ||
cockpit_version = m.execute("cockpit-bridge --version | head -n 1 | awk '{ print $2 }'").strip() | ||
b.add_machine(m2_host, known_host=True, password=None, expect_warning=cockpit_version > "328") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use the self.system_before(329)
helper for that.
Aditya Vardhan Singh (1):
shell: style login close button as secondary button
Jelle van der Waa (4):
lib: cockpit: remove cockpit.resolve/cockpit.reject()
lib: cockpit: remove cockpit.when()
lib: cockpit: make resolve_dot_paths always return an array
pkg: lib: robustify self.path initialisation for cockpit.location
Marius Vollmer (1):
shell: Require confirmation before connecting to remote machines
Martin Pitt (5):
lib: Ignore invalid input keys in Terminal
test: Add support for querying shadow DOM
lib: Eliminate ModificationsExportDialog show property
lib: Make cockpit-components-modifications Ansible optional
test: Avoid scrolling race with session menu