[MDEV-5413] kvm-fulltest2 fails on 5.3 because BUILD/compile-pentium-debug-max with -O2 does not work Created: 2013-12-08 Updated: 2014-04-11 Resolved: 2014-04-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | buildbot, tests | ||
| Description |
|
kvm-fulltest2 always fails on 5.3 tree at the compilation stage. It attempts to build the server as
In buildbot it fails with
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/1524/steps/compile/logs/stdio On my machine it failed with
Either way, it never makes it through the build. I don't know if this build variant is important enough to fix it, but if not, I suggest to disable the test for 5.3 tree – it is 20 minutes per push which we do not need to waste. I can do it in buildbot, I just need confirmation that the build is not going to be fixed. Alternatively, we can remove "-O2" from the flags. |
| Comments |
| Comment by Elena Stepanova [ 2014-04-11 ] |
|
Removed kvm-fulltest2 from the 'alltrees' scheduler, and created a separate scheduler for running it on 5.5+ branches. |