Andy Wilkinson
c0f748e143
Always apply retry plugin but only retry on CI
...
Previously, the retry plugin was only applied on CI as we do not want
tests to be retried in local builds. Unfortunately, this arrangement
led to test tasks from CI builds having additional doFirst and doLast
actions and an additional property. These differences meant that the
output from a test task that has run on CI could not be used by a
local build.
This commit changes our configuration of the test retry plugin so
that it is now always applied. To retain the behaviour of only
retrying tests on CI, max retries is configured to 3 on CI and 0 for
local builds.
Closes gh-21698
2020-06-04 16:10:12 +01:00
Andy Wilkinson
080123ebeb
Only enable flaky test support on CI
...
Closes gh-21272
2020-04-30 20:30:18 +01:00
dreis2211
5eb5bf0a2d
Polish
...
See gh-21009
2020-04-25 08:54:47 +02:00
Andy Wilkinson
564aec93fc
Use consistent logic to determine Artifactory repo from version
...
Fixes gh-21034
2020-04-20 15:08:03 +01:00
Phillip Webb
5d8d0bb159
Update copyright year of changed files
2020-04-01 11:51:29 -07:00
Andy Wilkinson
9bdf4a75e8
Configure Gradle's Test Retry plugin
...
Closes gh-20144
2020-03-31 15:59:21 +01:00
Andy Wilkinson
c282f01d72
Enhance bomr to handle libraries that use a version property
...
Closes gh-20478
2020-03-27 10:29:30 +00:00
Johnny Lim
98738d22f4
Polish tests
...
See gh-20318
2020-02-28 09:36:19 -05:00
Andy Wilkinson
8128f3090a
Polish "Include LICENCE and NOTICE files in shipped jars"
...
See gh-20058
2020-02-19 10:11:02 +00:00
dreis2211
e34cf8955c
Include LICENCE and NOTICE files in shipped jars
...
See gh-20058
2020-02-19 09:22:59 +00:00
Stephane Nicoll
3ba411e04d
Polish "Revisit PluginXmlParserTests"
...
See gh-20190
2020-02-17 09:36:15 +01:00
Mike Smithson
020ae2c7ba
Revisit PluginXmlParserTests
...
See gh-20190
2020-02-17 09:20:16 +01:00
dreis2211
d75de39456
Upgrade to JUnit Jupiter 5.6.0
...
See gh-19907
2020-01-26 08:39:12 +01:00
Johnny Lim
f670615b40
Fix TestFailuresPlugin.TestFailure.compareTo()
...
This commit also polishes around it a bit.
See gh-19863
2020-01-23 13:56:36 +00:00
Andy Wilkinson
2ac931cacb
Log some information about all test failures when the build completes
...
Closes gh-19696
2020-01-17 09:22:26 +00:00
Phillip Webb
862462b791
Update copyright year of changed files
2020-01-13 17:04:19 -08:00
Vedran Pavic
8757f63360
Reuse optional configuration name constant
...
See gh-19620
2020-01-10 20:47:57 +00:00
Andy Wilkinson
ce99db1902
Port the build to Gradle
...
Closes gh-19609
Closes gh-19608
2020-01-10 14:15:35 +00:00