[MDEV-5139] Add "mtr --ps --embedded" run to BuildBot Created: 2013-10-15 Updated: 2015-01-24 Resolved: 2015-01-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
"mtr --ps --embedded" fails on about half of the tests. After A "mtr --ps --embedded" run should be added to some BuildBot machines. |
| Comments |
| Comment by Daniel Bartholomew [ 2013-10-17 ] |
|
Would something like the following added around line 3364 of maria-master.cfg work? : f.addStep(mtr_step("ps-embedded", "--ps --embedded", |
| Comment by Alexander Barkov [ 2013-10-17 ] |
|
Sorry, I don't know what maria-master.cfg is. |
| Comment by Elena Stepanova [ 2013-10-17 ] |
|
As I understand, it's supposed to add this MTR combination to fulltest and fulltest2. |
| Comment by Daniel Bartholomew [ 2013-10-17 ] |
|
elena: Yes. The idea is to add a test with that MTR combination. I can add those, assuming they're fine with bar. bar: maria-master.cfg is the main buildbot config file. Any other additions? Thanks. |
| Comment by Alexander Barkov [ 2013-10-17 ] |
|
adding --parallel=xxx and --mem sounds find for me. Thanks. |
| Comment by Daniel Bartholomew [ 2015-01-23 ] |
|
I've added the following to maria-master.cfg : f.addStep(mtr_step("ps-embedded", "--ps --embedded", Anything more that needs to be done for this task? |
| Comment by Sergei Golubchik [ 2015-01-24 ] |
|
dbart, thanks! |