mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update release-qa.md (#19237)
fixed typo and removed migration testing for Percona since the customer has switched to mySQL # Checklist for submitter If some of the following don't apply, delete the relevant line.
This commit is contained in:
commit
ad761456fe
1 changed files with 1 additions and 6 deletions
7
.github/ISSUE_TEMPLATE/release-qa.md
vendored
7
.github/ISSUE_TEMPLATE/release-qa.md
vendored
|
|
@ -94,7 +94,7 @@ Smoke tests are limited to core functionality and serve as a pre-release final r
|
|||
|
||||
<tr><td>MDM enrollment flow</td><td>Verify MDM enrollments, run MDM commands</td><td>
|
||||
|
||||
1. Erase an ADE-eligible macOS host and verify able to complete auomated enrollment flow.
|
||||
1. Erase an ADE-eligible macOS host and verify able to complete automated enrollment flow.
|
||||
2. With Windows MDM turned On, enroll a Windows host and verify MDM is turned On for the host.
|
||||
3. Verify able to run MDM commands on both macOS and Windows hosts from the CLI.
|
||||
</td><td>pass/fail</td></tr>
|
||||
|
|
@ -138,11 +138,6 @@ Using the migration scripts located in fleet/test/upgrade/
|
|||
1. Run the upgrade_test.go script using the most recent stable version of Fleet and `main`.
|
||||
2. Upgrade test returns an 'OK' response.
|
||||
</td><td>pass/fail</td></tr>
|
||||
|
||||
<tr><td>Migration Test with Percona XtraDB MySQL Server</td><td>Verify Fleet can migrate to the next version without issues when using a specific version of Percona XtraDB Server.</td><td>
|
||||
|
||||
Run the instructions in [tools/percona/test/README.md](../../tools/percona/test/README.md)
|
||||
</td><td>pass/fail</td></tr>
|
||||
|
||||
<tr><td>Release blockers</td><td>Verify there are no outstanding release blocking tickets.</td><td>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue