This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a change to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git
from 378f8081b3f [FLINK-40322][python] Fix Array/Multiset from_sql_type to
decode elements (#28912)
new 4df0326b784 [FLINK-40307][table] `RestoreTestCompletenessTest` was
never executed in CI
new 7ab313fcfe9 [FLINK-40284][tests] Make tests ending with `Tests`
executing in CI
new 9e051eb66df [FLINK-40284][tests] Archunit should fail in case of tests
not matching name requirements
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../architecture/TestCodeArchitectureTestBase.java | 3 +
.../flink/architecture/rules/TestNamingRules.java | 86 ++++++++++++++++++++++
...eness.java => RestoreTestCompletenessTest.java} | 86 ++++++++++++++--------
pom.xml | 2 +-
4 files changed, 144 insertions(+), 33 deletions(-)
create mode 100644
flink-architecture-tests/flink-architecture-tests-test/src/main/java/org/apache/flink/architecture/rules/TestNamingRules.java
rename
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/testutils/{RestoreTestCompleteness.java
=> RestoreTestCompletenessTest.java} (64%)