On Wed, 8 Jan 2025 23:51:55 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:
> Make names of msi files created in test cases of WinInstallerUiTest test > shorter to workaround limitations of msi.exe on file path length. > > Old msi file names: > WinInstallerUiTestWithDirChooserLicense-1.0.msi > WinInstallerUiTestWithDirChooserShortcutPrompt-1.0.msi > WinInstallerUiTestWithDirChooserShortcutPromptLicense-1.0.msi > WinInstallerUiTestWithShortcutPrompt-1.0.msi > WinInstallerUiTestWithShortcutPromptLicense-1.0.msi > > New msi file names: > WinInstallerUiTestWithDcL-1.0.msi > WinInstallerUiTestWithDcSp-1.0.msi > WinInstallerUiTestWithDcSpL-1.0.msi > WinInstallerUiTestWithSp-1.0.msi > WinInstallerUiTestWithSpL-1.0.msi This pull request has now been integrated. Changeset: b3e87360 Author: Alexey Semenyuk <asemen...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b3e87360917fd56df8aa0a927723a561dcb840a2 Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod 8347296: WinInstallerUiTest fails in local test runs if the path to test work directory is longer that regular Reviewed-by: almatvee ------------- PR: https://git.openjdk.org/jdk/pull/22990