rmetzger commented on pull request #12962: URL: https://github.com/apache/flink/pull/12962#issuecomment-668167696
This is the error the CI system is reporting ``` 2020-07-23T23:08:09.6743463Z java.lang.AssertionError: The API was modified in a compatible way, but the snapshot was not updated. To update the snapshot, re-run this test with -Dgenerate-rest-snapshot being set. 2020-07-23T23:08:09.6743967Z at org.junit.Assert.fail(Assert.java:88) 2020-07-23T23:08:09.6744412Z at org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest.assertCompatible(RestAPIStabilityTest.java:130) 2020-07-23T23:08:09.6745021Z at org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest.testDispatcherRestAPIStability(RestAPIStabilityTest.java:89) 2020-07-23T23:08:09.6745500Z at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2020-07-23T23:08:09.6745859Z at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2020-07-23T23:08:09.6746312Z at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2020-07-23T23:08:09.6746694Z at java.lang.reflect.Method.invoke(Method.java:498) 2020-07-23T23:08:09.6747087Z at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 2020-07-23T23:08:09.6747652Z at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 2020-07-23T23:08:09.6748116Z at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 2020-07-23T23:08:09.6748585Z at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 2020-07-23T23:08:09.6749500Z at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) 2020-07-23T23:08:09.6750017Z at org.junit.rules.RunRules.evaluate(RunRules.java:20) 2020-07-23T23:08:09.6750377Z at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 2020-07-23T23:08:09.6750806Z at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 2020-07-23T23:08:09.6751258Z at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 2020-07-23T23:08:09.6751684Z at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 2020-07-23T23:08:09.6752056Z at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 2020-07-23T23:08:09.6752541Z at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 2020-07-23T23:08:09.6752928Z at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 2020-07-23T23:08:09.6753423Z at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 2020-07-23T23:08:09.6753812Z at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 2020-07-23T23:08:09.6754164Z at org.junit.runners.Suite.runChild(Suite.java:128) 2020-07-23T23:08:09.6754501Z at org.junit.runners.Suite.runChild(Suite.java:27) 2020-07-23T23:08:09.6754840Z at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 2020-07-23T23:08:09.6755235Z at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 2020-07-23T23:08:09.6755622Z at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 2020-07-23T23:08:09.6756196Z at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 2020-07-23T23:08:09.6756577Z at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 2020-07-23T23:08:09.6756960Z at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 2020-07-23T23:08:09.6757547Z at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 2020-07-23T23:08:09.6758228Z at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 2020-07-23T23:08:09.6758721Z at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 2020-07-23T23:08:09.6759199Z at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 2020-07-23T23:08:09.6759684Z at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) 2020-07-23T23:08:09.6760199Z at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) 2020-07-23T23:08:09.6760655Z at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) 2020-07-23T23:08:09.6761096Z at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ``` I guess you need to follow the instructions. The command will create some changes locally that you have to commit as part of this PR. ---------------------------------------------------------------- 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