[MDEV-6383] minor upgrade fails in buildbot for 10.1 Created: 2014-06-25 Updated: 2017-12-03 Resolved: 2017-12-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.1.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
"minor upgrade" (for rpm) and "minor dist-upgrade" (for deb) steps fail in buildbot for 10.1 trees. I've disabled them for now. They need to be enabled and fixed to pass. |
| Comments |
| Comment by Elena Stepanova [ 2015-11-10 ] |
|
It has obviously been fixed now for 10.1, but it's going to be the same for 10.2.0, and it is also true for all new systems that we add to buildbot. The problem is that both releases do minor upgrade from the last released version; so, if there has been no released version, the tests fail. I need to think of a smarter way to handle it. |
| Comment by Elena Stepanova [ 2017-12-03 ] |
|
The tests check for an existence of a previous version by trying to wget a certain something from the corresponding repository. |