Skip to content

Commit

Permalink
[INLONG-6631][Manager] Annotate the InlongGroupProcessServiceTest fun…
Browse files Browse the repository at this point in the history
…ction (#6632)

* Annotate the InlongGroupProcessServiceTest function

* Rollback the binary file to fix the unit tests error

Co-authored-by: healchow <[email protected]>
  • Loading branch information
gosonzhang and healchow authored Nov 25, 2022
1 parent dc4959b commit 5dedc1a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@
*.md text
*.xml text
*.txt text
*.ini text
*.conf text
*.properties text

# Denote all files that are truly binary and should not be modified.
*.a binary
*.jar binary
*.png binary
*.jpg binary
*.jpeg binary
*.jpeg binary
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

package org.apache.inlong.manager.service.group;

import org.apache.inlong.manager.common.enums.GroupStatus;
import org.apache.inlong.manager.common.consts.MQType;
import org.apache.inlong.manager.common.enums.GroupStatus;
import org.apache.inlong.manager.common.enums.ProcessStatus;
import org.apache.inlong.manager.pojo.group.InlongGroupInfo;
import org.apache.inlong.manager.pojo.group.pulsar.InlongPulsarRequest;
Expand Down Expand Up @@ -50,8 +50,14 @@ public class InlongGroupProcessServiceTest extends ServiceBaseTest {
public void testAllProcess() {
before();
testStartProcess();
testSuspendProcess();
testRestartProcess();
/*
TODO: https://github.com/apache/inlong/issues/6631
In order to avoid affecting the integration of other features,
temporarily comment out the execution content of this function,
and add this test case after the problem is identified
*/
// testSuspendProcess();
// testRestartProcess();

// delete the process, will delete the Pulsar resource
// TODO Mock the cluster related operate
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 5dedc1a

Please sign in to comment.