~adam-collard/maas:faster_dbupgrade_tests

Last commit made on 2022-05-27
Get this branch:
git clone -b faster_dbupgrade_tests https://git.launchpad.net/~adam-collard/maas
Only Adam Collard can upload to this branch. If you are Adam Collard please log in for upload directions.

Branch merges

Branch information

Name:
faster_dbupgrade_tests
Repository:
lp:~adam-collard/maas

Recent commits

d3150dd... by Adam Collard

Squash multiple dbupgrade tests into one

Whilst undesirable from a unit-testing perspective, these tests are
not unit tests. The dbupgrade call will take > 15s since it sets up a
new PostgreSQL cluster and runs the migrations. Instead we collect all
of the pre- and post- migration tests and perform them all in batch.

838ccc7... by Adam Collard

CI tests are now quieter for the setup for pytest tests

506d766... by Adam Collard

Pass-through verbosity from dbupgrade command to migrate

Allow make callers to specify DBUPGRADE_ARGS to be appended to command
line

4c53a0f... by Caleb Ellis

Update maas-ui to d3e602e7
feat(ui): create scaffolding components for controller details (#3963)

edb3183... by Alexsander de Souza

fix enabled IPMI ciphers detection

Some broken BMC implementations (e.g. IBM S822L series) returns
messages that ipmi-tools cannot decode, resulting in an empty cipher
list.

243b265... by Alberto Donato

replace deprecated threading.currentThread with current_thread

2bcb52f... by Alberto Donato

fix string joining in LXD driver tests

d9e4180... by Alberto Donato

fix some future deprecations (from running under 22.04)

95e9ac8... by Caleb Ellis

Update maas-ui to fdded210
fix(ui): Native TLS QA fixes (#3949)

* fix(ui): Native TLS QA fixes

- Fix styling of number input for older browsers
- Improve form validation

* fix interval error disappearing on submit

ad05ae3... by Alberto Donato

drop the @typed decorator since it's not really useuful

We should rather use mypy