Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
New buildbot must run the same galera tests as the old buildbot, on the same platforms.
These are:
- Ubuntu Bionic (ARM64, x86_64)
Attachments
Issue Links
- is part of
-
MDBF-40 Milestone 3: Time to move to new buildbot
-
- Closed
-
Activity
-
- Time Spent:
- 2d
- Understand the getDebGaleraStep() from the old buildbot and begin working on porting the script to the new buildbot.
-
- Time Spent:
- 0.25d
- Script cleanup and changes to make it compatible with the new buildbot
-
- Time Spent:
- 0.75d
- Ported the script and run the first Galera test https://buildbot.mariadb.org/#/builders/67/builds/324. There still is a problem with the return code, however the output of the test is very similar to the one from the old buildbot http://buildbot.askmonty.org/buildbot/builders/kvm-deb-buster-amd64/builds/3204/steps/galera-sst-mariabackup/logs/stdio.
-
- Time Spent:
- 0.5d
-
Solve the exit code error which was caused by a wrong kill command which attempted to kill a process that was not running.
Enable the remaining tests
-
- Time Spent:
- 1d 1h
- Added a cleanup procedure to ensure that tests can run without a clean VM. This turned out to be more complicated than anticipated, so in the end a re-factoring of the triggering procedure was done.