[MDEV-7083] sys_vars.innodb_sched_priority* tests fail in buildbot on work-amd64-valgrind Created: 2014-11-12 Updated: 2014-11-17 Resolved: 2014-11-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - XtraDB, Tests |
| Affects Version/s: | 10.0 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | buildbot, tests | ||
| Issue Links: |
|
||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/work-amd64-valgrind/builds/6310/steps/test/logs/stdio
Other tests fail in a similar way. It could be classified as a configuration problem, but if you look at the failure, you'll see it's confusing regardless. The value of the variable is 19. But if you are trying to set it to 19, it throws a warning which says that the current value is 9. And it stays 19. So, I'm not really sure what needs to be done this way, it might be 2-fold:
It's all the same on Percona server, but I doubt they'll want to fix just for the sake of our builder (especially doubtful it would be done urgently). |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-11-13 ] |
|
revno: 4480 Fixed issue by finding out first the current used priority |
| Comment by Elena Stepanova [ 2014-11-14 ] |
|
It looks like only sys_vars.innodb_sched_priority_cleaner_basic was fixed, the other 3 still fail in the same way. http://buildbot.askmonty.org/buildbot/builders/work-amd64-valgrind/builds/6323/steps/test/logs/stdio |
| Comment by Jan Lindström (Inactive) [ 2014-11-14 ] |
|
revno: 4493 Fixed issue by finding out first the current used priority Missed the other failing scheduling priority failures, this fixes rest of them. |