Skip to content
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

Merged
merged 17 commits into from
Nov 22, 2024
Merged

Fix Acceptance tests #504

merged 17 commits into from
Nov 22, 2024

Conversation

welandaz
Copy link
Member

This PR addresses several things:

  1. Acceptance tests on CI are fixed by bumping the base Jenkins version to 2.440.3
  2. Running Acceptance tests with Latest Jenkins version is fixed (instead of running only with Latest LTS)
  3. Adjusting other tests accordingly after bump to 2.440.3

@welandaz welandaz requested a review from alextu November 19, 2024 11:36
@welandaz welandaz self-assigned this Nov 19, 2024
import spock.lang.Subject

import java.nio.charset.StandardCharsets

class DevelocityExceptionLogProcessorTest extends Specification {
class DevelocityExceptionLogProcessorTest extends BaseJenkinsIntegrationTest {
Copy link
Member Author

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']
Copy link
Member Author

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

@alextu
Copy link
Contributor

alextu commented Nov 19, 2024

LGTM but I don't see green acceptance tests for this branch 🤔

@welandaz welandaz merged commit 5d7152a into master Nov 22, 2024
3 of 5 checks passed
@welandaz welandaz deleted the welandaz/fix-tests branch November 22, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants