[ https://issues.apache.org/jira/browse/FLINK-32539 ]
Hanyu Zheng deleted comment on FLINK-32539:
-------------------------------------
was (Author: JIRAUSER300701):
so we need run this two statement on local?
{noformat}
mvn clean install -DskipTests
mvn verify -pl flink-architecture-tests/flink-architecture-tests-production/
-Darchunit.freeze.store.default.allowStoreUpdate=false
{noformat}
> 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
> Priority: Blocker
> Labels: pull-request-available, test-stability
>
> 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
> {noformat}
> 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
> example of failure
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=50946&view=logs&j=fc5181b0-e452-5c8f-68de-1097947f6483&t=995c650b-6573-581c-9ce6-7ad4cc038461&l=23064
--
This message was sent by Atlassian Jira
(v8.20.10#820010)