[MDBF-453] WSL testing in Buildbot Created: 2022-07-22 Updated: 2022-09-19 |
|
| Status: | Open |
| Project: | MariaDB Foundation Development |
| Component/s: | Buildbot |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Vlad Bogolin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
People are using it, have had trouble in the past (and possibly currently on non-updated Windows core) I did some testing of running MTR tests under windows 10/11 recently. Extensive runs on 10.8/10.6 innodb, main, rocksdb --big-test all passed with the exception of replication STOP slave on 10.8 due to MDEV-25633. Requirements:
Container build:
Entrypoint:
Note: chown on mysql-test directory is because the test run patches the results file in place for test runs, ugly, but that's what's there. Which comes to the integration question. The current rhel8 docker-library can certainly do a few steps to create a container, passed via quay or the ci.mariadb.org is some package format. Windows steps seen pretty simple to docker run --rm container as a test run. |