RFR: 8347296: WinInstallerUiTest fails in local test runs if the path to test work directory is longer that regular
Alexey Semenyuk
asemenyuk at openjdk.org
Wed Jan 8 23:59:36 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
@sashamatveev PTAL
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22990#issuecomment-2578905178
More information about the core-libs-dev
mailing list