-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Acceptance tests #504
Fix Acceptance tests #504
Conversation
import spock.lang.Subject | ||
|
||
import java.nio.charset.StandardCharsets | ||
|
||
class DevelocityExceptionLogProcessorTest extends Specification { | ||
class DevelocityExceptionLogProcessorTest extends BaseJenkinsIntegrationTest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switching to Integration test to not depend on Jenkins implementation
@@ -30,7 +30,7 @@ class BuildScanInjectionGradleIntegrationTest extends BaseGradleIntegrationTest | |||
|
|||
private static final String MSG_INIT_SCRIPT_APPLIED = "Connection to Develocity: http://foo.com" | |||
|
|||
private static final List<String> GRADLE_VERSIONS = ['4.10.3', '5.6.4', '6.9.4', '7.6.4', '8.9'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version removed as it fails both locally and on CI due to JDK 17 and Groovy version we use compatibility
LGTM but I don't see green acceptance tests for this branch 🤔 |
This PR addresses several things: