kirklund commented on a change in pull request #6919:
URL: https://github.com/apache/geode/pull/6919#discussion_r720583534
##########
File path:
geode-core/src/integrationTest/java/org/apache/geode/internal/io/ServerJdkGlobalSerialFilterIntegrationTest.java
##########
@@ -64,6 +65,8 @@ public void setUp() throws IOException {
}
@Test
+ @Ignore
+ // jdk.serialFilter does not apply to ServerLauncher
Review comment:
This test may not be finished.
ServerLauncher should NOT configure global serial filter on Java 8 or Java 9.
Server JVM should however configure the jdk serial filter if it invokes
`ManagementAgent.startAgent()`. The jdk serial filter work is fully implemented
and merged to develop, but some of that code has been refactored so that the
jdk serial filter and global serial filter share some classes and use similar
internal APIs.
--
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]