RFR: 8347296: WinInstallerUiTest fails in local test runs if the path to test work directory is longer that regular

Alexander Matveev almatvee at openjdk.org
Thu Jan 9 00:56:44 UTC 2025


On Wed, 8 Jan 2025 23:51:55 GMT, Alexey Semenyuk <asemenyuk at 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

Looks good.

-------------

Marked as reviewed by almatvee (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22990#pullrequestreview-2538571115


More information about the core-libs-dev mailing list