You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by le...@apache.org on 2021/08/09 17:56:59 UTC

[gobblin] branch master updated: Disable CleanableMysqlDatasetStoreDatasetTest unit tests, already dropped from Continuous Ingetration. (#3355)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fe86193  Disable CleanableMysqlDatasetStoreDatasetTest unit tests, already dropped from Continuous Ingetration. (#3355)
fe86193 is described below

commit fe861936ab18ce826a03394acf1b0945bf4e619a
Author: kip kohn <cr...@gmail.com>
AuthorDate: Mon Aug 9 10:56:51 2021 -0700

    Disable CleanableMysqlDatasetStoreDatasetTest unit tests, already dropped from Continuous Ingetration. (#3355)
    
    * Disable CleanableMysqlDatasetStoreDatasetTest unit tests, already dropped from Continuous Ingetration.
---
 .../management/retention/CleanableMysqlDatasetStoreDatasetTest.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gobblin-data-management/src/test/java/org/apache/gobblin/data/management/retention/CleanableMysqlDatasetStoreDatasetTest.java b/gobblin-data-management/src/test/java/org/apache/gobblin/data/management/retention/CleanableMysqlDatasetStoreDatasetTest.java
index 15e3d38..fad2df7 100644
--- a/gobblin-data-management/src/test/java/org/apache/gobblin/data/management/retention/CleanableMysqlDatasetStoreDatasetTest.java
+++ b/gobblin-data-management/src/test/java/org/apache/gobblin/data/management/retention/CleanableMysqlDatasetStoreDatasetTest.java
@@ -112,7 +112,7 @@ public class CleanableMysqlDatasetStoreDatasetTest {
    * Test cleanup of the job state store
    * @throws IOException
    */
-  @Test
+  @Test(enabled = false)
   public void testCleanJobStateStore() throws IOException {
     JobState jobState = new JobState(TEST_JOB_NAME1, getJobId(TEST_JOB_ID, 1));
     jobState.setId(getJobId(TEST_JOB_ID, 1));
@@ -176,7 +176,7 @@ public class CleanableMysqlDatasetStoreDatasetTest {
    *
    * @throws IOException
    */
-  @Test
+  @Test(enabled = false)
   public void testCleanDatasetStateStore() throws IOException {
     JobState.DatasetState datasetState = new JobState.DatasetState(TEST_JOB_NAME1, getJobId(TEST_JOB_ID, 1));