On Thu, 4 Mar 2021 13:42:57 GMT, Aleksei Efimov <aefi...@openjdk.org> wrote:
>> Fernando Guallini has updated the pull request incrementally with one >> additional commit since the last revision: >> >> move set env properties to header > > test/jdk/sun/security/krb5/canonicalize/Test.java line 37: > >> 35: public static void main(String[] args) throws Exception { >> 36: // This config file is generated using Kerberos.app on a Mac >> 37: System.setProperty("java.security.krb5.realm", "THIS.REALM"); > > Maybe, you can move setting of `java.security.krb5.realm` and > `java.security.krb5.kdc` properties to the `jtreg` header to have consistent > approach of setting properties needed for a test run. Agree. Updated in latest commit, thanks ------------- PR: https://git.openjdk.java.net/jdk/pull/2809