BewareMyPower edited a comment on pull request #9342: URL: https://github.com/apache/pulsar/pull/9342#issuecomment-772555897
There're still 3 tests that failed. > [ERROR] Run 17: PulsarFunctionsProcessTest.testSerdeFunction » ServerSideError HTTP 502 Bad Ga... > [ERROR] Run 19: PulsarFunctionsProcessTest.testSlidingCountWindowTest » ServerSideError HTTP 5... > [ERROR] Run 21: PulsarFunctionsProcessTest.testTumblingCountWindowTest » ServerSideError HTTP ... These tests may be flaky. I've rerun the tests and `testSerdeFunction` passed. They both failed with HTTP 502 like: > 23:34:50.701 [AsyncHttpClient-211-1:org.apache.pulsar.client.admin.internal.BaseResource$1@128] WARN org.apache.pulsar.client.admin.internal.BaseResource - [http://localhost:32942/admin/v2/persistent/public/default/test-sliding-count-window-PROCESS-input-brtzenuf] Failed to perform http put request: javax.ws.rs.ServerErrorException: HTTP 502 Bad Gateway > 23:34:51.579 [AsyncHttpClient-217-1:org.apache.pulsar.client.admin.internal.BaseResource$1@128] WARN org.apache.pulsar.client.admin.internal.BaseResource - [http://localhost:32942/admin/v2/persistent/public/default/test-sliding-count-window-PROCESS-input-fgdsfqgy] Failed to perform http put request: javax.ws.rs.ServerErrorException: HTTP 502 Bad Gateway > 23:34:51.660 [AsyncHttpClient-223-1:org.apache.pulsar.client.admin.internal.BaseResource$1@128] WARN org.apache.pulsar.client.admin.internal.BaseResource - [http://localhost:32942/admin/v2/persistent/public/default/test-tumbling-count-window-PROCESS-input-cxgbpagj] Failed to perform http put request: javax.ws.rs.ServerErrorException: HTTP 502 Bad Gateway > 23:34:51.728 [AsyncHttpClient-229-1:org.apache.pulsar.client.admin.internal.BaseResource$1@128] WARN org.apache.pulsar.client.admin.internal.BaseResource - [http://localhost:32942/admin/v2/persistent/public/default/test-tumbling-count-window-PROCESS-input-saucgobb] Failed to perform http put request: javax.ws.rs.ServerErrorException: HTTP 502 Bad Gateway Take `testWindowFunction` for example, it failed at ```java try (PulsarAdmin admin = PulsarAdmin.builder().serviceHttpUrl(pulsarCluster.getHttpServiceUrl()).build()) { admin.topics().createNonPartitionedTopic(inputTopicName); admin.topics().createNonPartitionedTopic(outputTopicName); } ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org