-
Notifications
You must be signed in to change notification settings - Fork 841
Fix Integration Tests #3663
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
Closed
Fix Integration Tests #3663
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strehle
previously approved these changes
Nov 6, 2025
strehle
previously approved these changes
Nov 7, 2025
…ion test scripts - org.bouncycastle.native.loader.install_dir allows a user to specify where the .so files should be found - Bump `bouncyCastleFipsVersion` to 2.1.2 in dependencies. - Create and utilize separate temporary directory for integration tests. - Adjust JVM options to reference the new temp directory in the script. - Docker may not have system tmp mounted as executable
- Handle boot timeout with additional logging and `SIGQUIT` for stuck processes.
Eliminate the error that log config was not found
…er/CI environments The traditional --headless, and since version 96, Chrome has a new headless mode that allows users to get the full browser functionality (even run extensions). Between versions 96 to 108 it was --headless=chrome, after version 109 --headless=new. Using --headless=new should bring a better experience when using headless with Selenium.
…dump_on_boot_pid` function - Centralize JVM diagnostics and thread dump logic in a reusable function. - Replace in-line logic with `thread_dump_on_boot_pid` call for better readability and maintainability.
79f10c9 to
76d8a23
Compare
- Switch from ParallelGC to G1 for better performance. - Add `--no-watch-fs` flag to Gradle tasks to eliminate warning exception in docker container
- Export `DBUS_SESSION_BUS_ADDRESS` to avoid session errors during tests. - Add Chrome stability flags for improved reliability in Docker/CI environments.
Member
Author
|
The Failures on the latest commit were both in SessionControllerIntegrationTests > sessionManagementPageHasVariablesSet() FAILED |
- Export `GRADLE_OPTS` with updated JVM GC strategy and memory limits. Co-authored-by: Joe Mahady <[email protected]>
Co-authored-by: Joe Mahady <[email protected]>
- Compiling test Java classes separate from execution Co-authored-by: Filip Hanik <[email protected]>
Member
Author
|
part of #3666 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
bouncyCastleFipsVersionto 2.1.2 in dependencies.SIGQUITfor stuck processes.