[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:
Relates
relates to MDEV-5138 Numerous test failures in "mtr --ps -... Closed

 Description   

"mtr --ps --embedded" fails on about half of the tests.
See MDEV-5138 for details. This problem sneaked in
because non of the BuildBot machines run "mtr --ps --embedded".

After MDEV-5138 gets fixed, we need to make sure that
this problem does not happen again in the future.

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",
"--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.
In this case, maybe it also makes sense to add --parallel=<something> ? And maybe --mem?

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.
All of the tests that buildbot runs are configured here. Are elena's additions OK with you?

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",
"--ps --embedded --mem --parallel=4"))

Anything more that needs to be done for this task?

Comment by Sergei Golubchik [ 2015-01-24 ]

dbart, thanks!

Generated at Thu Feb 08 07:01:58 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.