davidradl commented on PR #24741:
URL: https://github.com/apache/flink/pull/24741#issuecomment-2125234532
@reswqa the CI output shows that the config.yaml is not picked up. This was
moved into the base test calls by the fix. On the face of it it looks like the
@BeforeEach is not being driven for each test, so the yaml file is not present
resulting in the error. Continuing to investigate.
The error is:
...
Caused by: org.apache.flink.configuration.IllegalConfigurationException: The
Flink config file ```
'/tmp/junit1139569232718897600/conf882500211154584393/flink-conf.yaml'
(/tmp/junit1139569232718897600/conf882500211154584393/flink-conf.yaml) does not
exist.
May 21 17:58:07 at
org.apache.flink.configuration.GlobalConfiguration.loadConfiguration(GlobalConfiguration.java:141)
```
--
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]