Sergey Nuyanzin created FLINK-32539:
---------------------------------------
Summary: Archunit violations started to fail in test_misc
Key: FLINK-32539
URL: https://issues.apache.org/jira/browse/FLINK-32539
Project: Flink
Issue Type: Bug
Components: Tests
Affects Versions: 1.18.0
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
blocker since now it fails on every build
to reproduce jdk 8 is required
{noformat}
mvn clean install -DskipTests
mvn verify -pl flink-architecture-tests/flink-architecture-tests-production/
-Darchunit.freeze.store.default.allowStoreUpdate=false
{code}
It seems the reason is FLINK-27415
where it was removed line
{code:java}
checkArgument(fileLength > 0L);
{code}
at the same time it was mentioned in achunit violations and now should be
removed as well
--
This message was sent by Atlassian Jira
(v8.20.10#820010)