~bjornt/maas:test_handles_missing_system_handler_on_notification-debug

Last commit made on 2022-11-28
Get this branch:
git clone -b test_handles_missing_system_handler_on_notification-debug https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
test_handles_missing_system_handler_on_notification-debug
Repository:
lp:~bjornt/maas

Recent commits

cc6a110... by Björn Tillenius

Add debug logging to test_handles_missing_system_handler_on_notification.

It sometimes fails intermittently. I have a theory on why, but I want to see
some debug logs from a failure to confirm my finding, since I can't reproduce
it locally.

096c106... by Peter Makowski

Update maas-ui to efa4c08ad
fix: machine suppress failed test results (#4593)

- use machine.suppress_failed_script_results instead of action method

77dc15b... by Nick De Villiers

Update maas-ui to 15363c2ea
chore: Rename "Section" to "MainContentSection" (#4591)

* chore: Rename "Section" to "MainContentSection"

f458170... by Anton Troyanov

fix(vault): vmhost use get/set power_parameters

ffeb6a5... by Alberto Donato

print out indented perftest output to stdout

584af3c... by Igor Brovtsin

fix(vault): Clean Vault caches before fetching RPC shared secret

Otherwise, RPC secret will be fetched from the DB after migration to Vault
(until `regiond` process is restarted). Since there is no RPC secret in the DB
after migration, region will generate a new secret, preventing clients access.

8157fbd... by Peter Makowski

Update maas-ui to 3e926b4e0
fix: incorrect machine count on clear filter #4583 (#4588)

- use allMachineCount for no active filter

2f918ab... by Nick De Villiers

Update maas-ui to a5d0acd61
fix(vault): Hide additional notifications if a Vault error is displayed (#4586)

* fix(vault): Hide additional notifications if a Vault error is displayed

* Refactor: hideNotifications --> isNotificationListHidden

a3fc030... by Björn Tillenius

Add pytest CLI options for maasperf.

Now --perf-output-file and --perf-profiling-tag can be specified
when running pytest to control where the output timeing and profiling
data.

I also fixed conftest.py so that pytest can process it in --help.
It had global imports of maasserver, which doesn't work since
django isn't set up when --help runs.

I also made use of pytest_plugins rather than importing all the
fixtures explictly.

de9fbf0... by Igor Brovtsin

fix(vault): `migrate` command now creates `VaultSecret` metadata objects