[jdk25u-dev] RFR: 8373793: TestDynamicStore.java '/manual' disables use of '/timeout' [v5]

Roland Mesde duke at openjdk.org
Mon Feb 23 22:06:43 UTC 2026


On Mon, 23 Feb 2026 22:03:22 GMT, Roland Mesde <duke at openjdk.org> wrote:

>> Backporting JDK-8373793: TestDynamicStore.java '/manual' disables use of '/timeout'.
>> 
>> This PR removes the /timeout tag from TestDynamicStore.java because it conflicts with the /manual tag and causes errors.
>> 
>> For parity with Oracle JDK.
>> 
>> Ran related tests on macos-aarch64:
>> 
>> ~/github/jtreg/build/images/jtreg/bin/jtreg -nativepath:./build/macosx-aarch64-server-release/images/test/jdk/jtreg/native -jdk build/macosx-aarch64-server-release/images/jdk -m test/jdk/sun/security/krb5/config/native/TestDynamicStore.java
>> 
>> Screenshot:
>> 
>> <img width="559" height="286" alt="TestDynamicStore-Failure" src="https://github.com/user-attachments/assets/b06322aa-5c58-40a4-bbce-4a98c70b8df9" />
>> 
>> Result:
>> 
>> As expected, it provides a warning dialog and fails when user lacks permissions.
>> 
>> [TestDynamicStore-Failure.jtr.txt](https://github.com/user-attachments/files/25446324/TestDynamicStore-Failure.jtr.txt)
>> 
>> sudo -E ~/github/jtreg/build/images/jtreg/bin/jtreg -nativepath:./build/macosx-aarch64-server-release/images/test/jdk/jtreg/native -jdk build/macosx-aarch64-server-release/images/jdk -m test/jdk/sun/security/krb5/config/native/TestDynamicStore.java
>> 
>> Result:
>> 
>> Success
>> 
>> [TestDynamicStore-Success.jtr.txt](https://github.com/user-attachments/files/25446373/TestDynamicStore-Success.jtr.txt)
>
> Roland Mesde has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update full name

My apologies. Needed to force push to fix an issue that resulted from the merge with master.

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

PR Comment: https://git.openjdk.org/jdk25u-dev/pull/297#issuecomment-3947578724


More information about the jdk-updates-dev mailing list