Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.8.2.2
-
Low
-
Known fix, Newcomer
Description
When the Upgrade tests fail to access the oldVersions due to an IOException the message is not very clear as to what the IOException was. e,g. can output
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
ALARM: IOException msg: 'svn.apache.org'. Upgrade tests can NOT be run!
Time: 0.008
OK (0 tests)
The code in OldVersions.getVersions()
}
} catch (IOException ioe)
should print the exception stack trace or possibly even fail on IOException.
Attachments
Attachments
Issue Links
- is related to
-
DERBY-5475 Formalize use of old Derby distributions in tests
- In Progress