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
JDK-8257539: tools/jpackage/windows/WinL10nTest.java unpack.bat failed with Exit code: 1618 #1676
Conversation
…d with Exit code: 1618
👋 Welcome back herrick! A progress list of the required criteria for merging this PR into |
@andyherrick The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
Looks like test failed due to: |
If you scroll down from that error - you can see that that is the expected error and the return code from jpackage is asserted to be 1, and it is asserted that the resulting WinL10NTest.msi does not exist. the @parameters for "data" cause instance of this test to be run 8 times with different args. This instances is expected to fail since allWxlFilesValid is false. running unpack.bat with msiexec command in it succeed for one test instance after the expected failure, then got 1618 return on the second test instance after the expected failure with the above timeout. |
Reviewed-by: redestad, thartmann
Reviewed-by: jjg
Reviewed-by: redestad, kvn
… signal Reviewed-by: ihse, alanb, dcubed, erikj
Reviewed-by: kvn, neliasso, thartmann
…ails on x86_32 Reviewed-by: kvn
Reviewed-by: jnimeh
Reviewed-by: mgronlun
…t tools/javac/diags/CheckExamples.java Reviewed-by: jjg
Reviewed-by: mullan, valeriep
…iables of trip-counted integer loops Reviewed-by: chagedorn, kvn
Reviewed-by: vromero
…ected Reviewed-by: roland, kvn
Reviewed-by: dholmes, pliden, jrose, dcubed, iklam, eosterlund, tschatzl, kvn
Reviewed-by: alanb
Reviewed-by: vlivanov
…esc/summary Reviewed-by: jvernee, shade
Reviewed-by: vromero
I converted to draft because somehow merging with master caused a mess - since is simple change in one test file I may create a new branch and new pull request cleanly again. |
/label remove build |
@magicus |
increase retries and timeout increasing in runMsiexecWithRetries
Progress
Issue
Download
$ git fetch https://git.openjdk.java.net/jdk pull/1676/head:pull/1676
$ git checkout pull/1676