[
https://issues.apache.org/jira/browse/FLINK-32539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin resolved FLINK-32539.
-------------------------------------
Fix Version/s: 1.18.0
Resolution: Fixed
Merged to master
[44e1397e2e7aa54667bf3b30bc6f6d5db32b5f79|https://github.com/apache/flink/commit/44e1397e2e7aa54667bf3b30bc6f6d5db32b5f79]
> 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
> Fix For: 1.18.0
>
>
> 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)