[ 
https://issues.apache.org/jira/browse/FLINK-33283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781422#comment-17781422
 ] 

Matthias Pohl commented on FLINK-33283:
---------------------------------------

I did a test run where I repeatedly run 
{{WebFrontendBootstrapTest.testHandlersMustBeLoaded}} only (see 
[2a0627e|https://github.com/XComp/flink/blob/2a0627e9d6cc5f12462cfc7de2c58acb85e666fd/.github/workflows/flink-ci-template.yml#L286-L290].
 I wasn't able to reproduce the error (grep over the build's log artifacts):
{code:bash}
$ grep -c "Tests run: 1" *module*/*_Test*txt      
ci  Test (module connect_1)/12_Test - connect_1.txt:5536
ci  Test (module connect_2)/12_Test - connect_2.txt:6136
ci  Test (module core)/12_Test - core.txt:4866
ci  Test (module misc)/12_Test - misc.txt:5602
ci  Test (module python)/12_Test - python.txt:5922
ci  Test (module table)/12_Test - table.txt:5522
ci  Test (module tests)/12_Test - tests.txt:5806
$ grep -c "Tests run: 1, Failures: 0" *module*/*_Test*txt
ci  Test (module connect_1)/12_Test - connect_1.txt:5536
ci  Test (module connect_2)/12_Test - connect_2.txt:6136
ci  Test (module core)/12_Test - core.txt:4866
ci  Test (module misc)/12_Test - misc.txt:5602
ci  Test (module python)/12_Test - python.txt:5922
ci  Test (module table)/12_Test - table.txt:5522
ci  Test (module tests)/12_Test - tests.txt:5806
{code}
The number of test runs matched the number of test runs w/o a failure.

> core stage: WebFrontendBootstrapTest.testHandlersMustBeLoaded
> -------------------------------------------------------------
>
>                 Key: FLINK-33283
>                 URL: https://issues.apache.org/jira/browse/FLINK-33283
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Matthias Pohl
>            Priority: Major
>              Labels: github-actions, test-stability
>
> [https://github.com/XComp/flink/actions/runs/6525957588/job/17719339666#step:10:12279]
> {code:java}
>  Error: 20:06:13 20:06:13.132 [ERROR] 
> org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrapTest.testHandlersMustBeLoaded
>   Time elapsed: 2.298 s  <<< FAILURE!
> 12279Oct 15 20:06:13 org.opentest4j.AssertionFailedError: 
> 12280Oct 15 20:06:13 
> 12281Oct 15 20:06:13 expected: 404
> 12282Oct 15 20:06:13  but was: 200
> 12283Oct 15 20:06:13  at 
> java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>  Method)
> 12284Oct 15 20:06:13  at 
> java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> 12285Oct 15 20:06:13  at 
> java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> 12286Oct 15 20:06:13  at 
> org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrapTest.testHandlersMustBeLoaded(WebFrontendBootstrapTest.java:89)
> 12287Oct 15 20:06:13  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [...]{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to