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 Criu test failures for JITServer SSL Tests #18224

Closed
wants to merge 2 commits into from

Conversation

SajinaKandy
Copy link
Contributor

Recently added CRIU tests are failing in some cases because of the required condition, which will never succeed if we don't have a vlog because of cases like when CRIU can't acquire the original thread IDs. In such cases the output with have something similar to:

 [OUT] pie: 3450382: Error (criu/pie/restorer.c:1833): Unable to create a thread: 3450384
 [OUT] pie: 3450384: Error (criu/pie/restorer.c:598): Thread pid mismatch 3450384/3450383
 [OUT] pie: 3450384: Error (criu/pie/restorer.c:651): Restorer abnormal termination for 3450382
 [OUT] Error (criu/cr-restore.c:2536): Restoring FAILED.
 [OUT] Error (criu/cr-restore.c:1494): 3450382 exited, status=1

The tests conditions needs to be altered to adapt to this expected scenario and silently succeed in such cases.

Add tests to the existing criu and jitserver tests under cmdLineTests for checking/verifying SSL connections with JITServer.

Closes: #eclipse-openj9#17967
Signed-off-by:SajinaKandy <[email protected]>

Add tests to verify JITServer with SSL

Add tests to the existing jitserver tests under cmdLineTests for checking/verifying SSL connections with JITServer.

Closes: ##17967wq
Signed-off-by: SajinaKandy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant