This is an automated email from the ASF dual-hosted git repository.

roman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d1e72f  [FLINK-25399][tests] Disable changelog backend in tests
1d1e72f is described below

commit 1d1e72f0c4677e27d19345e5465c6d4a0ef6408f
Author: Roman Khachatryan <[email protected]>
AuthorDate: Tue Dec 21 16:44:32 2021 +0100

    [FLINK-25399][tests] Disable changelog backend in tests
    
    Stabilize the builds until the issue is resolved.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b91714..98d6873 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1553,7 +1553,8 @@ under the License.
                                                        random: enable it 
randomly, unless explicitly set
                                                        unset: don't alter the 
configuration
                                                -->
-                                               
<checkpointing.changelog>random</checkpointing.changelog>
+                                               <!-- Changelog backend is 
disabled until FLINK-25399 is resolved -->
+                        
<checkpointing.changelog>unset</checkpointing.changelog>
                                                
<project.basedir>${project.basedir}</project.basedir>
                                                <!--suppress 
MavenModelInspection -->
                                                
<test.randomization.seed>${test.randomization.seed}</test.randomization.seed>

Reply via email to