You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jing Ge (Jira)" <ji...@apache.org> on 2022/02/22 08:36:00 UTC

[jira] [Created] (FLINK-26294) Using fixed description for ArchUnit rules

Jing Ge created FLINK-26294:
-------------------------------

             Summary: Using fixed description for ArchUnit rules
                 Key: FLINK-26294
                 URL: https://issues.apache.org/jira/browse/FLINK-26294
             Project: Flink
          Issue Type: Improvement
            Reporter: Jing Ge


By default, ArchUnit will use the dynamic generated rule description as the key to create violation store. One issue is that, each time, when the rule has been changed, the refreezing process will create a new store because the rule description as the key is changed. After that, the old stores have to be deleted manually. In this PR, constant custom descriptions will be used for freezing rule to reduce the maintenance effort.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)