ok2c commented on PR #589:
URL: 
https://github.com/apache/httpcomponents-core/pull/589#issuecomment-3678619272

   @rschmitt Could you also mark `AlpnTests` `@Isolated`? I am getting test 
failures in that class when tests get executed in parallel.
   
   I am also seeing lots of warnings
   
   ```
   WARNING: Discovered 2 'junit-platform.properties' configuration files on the 
classpath (see below); only the first (*) will be used.
   - 
file:/home/oleg/src/apache.org/httpcomponents/httpcore/httpcore5-testing/target/test-classes/junit-platform.properties
 (*)
   - 
jar:file:/home/oleg/src/apache.org/httpcomponents/httpcore/httpcore5/target/httpcore5-5.5-alpha1-SNAPSHOT-tests.jar!/junit-platform.properties
   Dec 21, 2025 9:46:24 AM 
org.junit.platform.launcher.core.LauncherConfigurationParameters 
loadClasspathResource
   WARNING: Discovered 2 'junit-platform.properties' configuration files on the 
classpath (see below); only the first (*) will be used.
   - 
file:/home/oleg/src/apache.org/httpcomponents/httpcore/httpcore5-testing/target/test-classes/junit-platform.properties
 (*)
   - 
jar:file:/home/oleg/src/apache.org/httpcomponents/httpcore/httpcore5/target/httpcore5-5.5-alpha1-SNAPSHOT-tests.jar!/junit-platform.properties
   Dec 21, 2025 9:46:25 AM 
org.junit.platform.launcher.core.LauncherConfigurationParameters 
loadClasspathResource
   WARNING: Discovered 2 'junit-platform.properties' configuration files on the 
classpath (see below); only the first (*) will be used.
   - 
file:/home/oleg/src/apache.org/httpcomponents/httpcore/httpcore5-testing/target/test-classes/junit-platform.properties
 (*)
   - 
jar:file:/home/oleg/src/apache.org/httpcomponents/httpcore/httpcore5/target/httpcore5-5.5-alpha1-SNAPSHOT-tests.jar!/junit-platform.properties
   Dec 21, 2025 9:46:25 AM 
org.junit.platform.launcher.core.LauncherConfigurationParameters 
loadClasspathResource
   WARNING: Discovered 2 'junit-platform.properties' configuration files on the 
classpath (see below); only the first (*) will be used.
   - 
file:/home/oleg/src/apache.org/httpcomponents/httpcore/httpcore5-testing/target/test-classes/junit-platform.properties
 (*)
   ...
   ```
   
   Any chance those warnings could be avoided? They also seem to mess up SLF4J 
initialization
   
   ```
   SLF4J: org.apache.hc.core5.testing.extension.classic.ClassicTestResources
   SLF4J: The following set of substitute loggers may have been accessed
   SLF4J: during the initialization phase. Logging calls during this
   SLF4J: phase were not honored. However, subsequent logging calls to these
   SLF4J: loggers will work as normally expected.
   SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
   SLF4J: org.apache.hc.core5.testing.extension.classic.ClassicTestResources
   SLF4J: org.apache.hc.core5.testing.extension.classic.ClassicTestResources
   SLF4J: org.apache.hc.core5.testing.extension.classic.ClassicTestResources
   SLF4J: org.apache.hc.core5.testing.extension.classic.ClassicTestResources
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to