Skip to content

Commit

Permalink
Revert "Add e2e_uploading_watchdog to all tasks." and "[temp] Added i…
Browse files Browse the repository at this point in the history
…nfinite test."

This reverts commit 4227490

Revert

This reverts commit 94ecb91
  • Loading branch information
Arvid Heise committed Feb 2, 2021
1 parent 017bb12 commit 0a27d11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
import org.apache.flink.runtime.checkpoint.CheckpointOptions;

import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import static org.junit.Assert.fail;

Expand Down Expand Up @@ -57,14 +55,4 @@ public void testSerialization() throws Exception {
// expected
}
}

private static final Logger LOG = LoggerFactory.getLogger(CheckpointBarrierTest.class);

@Test
public void testStall() throws InterruptedException {
while (true) {
Thread.sleep(60000);
LOG.info("Still working");
}
}
}
2 changes: 1 addition & 1 deletion tools/azure-pipelines/jobs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
source ./tools/azure-pipelines/debug_files_utils.sh
prepare_debug_files $(module)
${{parameters.environment}} ./tools/azure-pipelines/e2e_uploading_watchdog.sh ./tools/ci/test_controller.sh $(module) ; TEST_EXIT_CODE=$?
${{parameters.environment}} ./tools/ci/test_controller.sh $(module) ; TEST_EXIT_CODE=$?
compress_debug_files
exit $TEST_EXIT_CODE
Expand Down

0 comments on commit 0a27d11

Please sign in to comment.