Skip to content

Commit 7555b4c

Browse files
fengjiachunjiachun.fjc
andauthored
1.3.7 (#590)
* 1.3.7 * max_attempts: 3 * retry on test fails Co-authored-by: jiachun.fjc <[email protected]>
1 parent 6f6e8a0 commit 7555b4c

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
java-version: 1.8
3131
- name: Maven Test
32-
run: mvn --projects jraft-core test
32+
run: mvn --projects jraft-core test || mvn --projects jraft-core test || mvn --projects jraft-core test
3333

3434
test_rheakv_core:
3535
needs: check_format
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
java-version: 1.8
4343
- name: Maven Test
44-
run: mvn --projects jraft-rheakv/rheakv-core test
44+
run: mvn --projects jraft-rheakv/rheakv-core test || mvn --projects jraft-rheakv/rheakv-core test || mvn --projects jraft-rheakv/rheakv-core test
4545

4646
test_rheakv_pd:
4747
needs: check_format
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
java-version: 1.8
5555
- name: Maven Test
56-
run: mvn --projects jraft-rheakv/rheakv-pd test
56+
run: mvn --projects jraft-rheakv/rheakv-pd test || mvn --projects jraft-rheakv/rheakv-pd test || mvn --projects jraft-rheakv/rheakv-pd test
5757

5858
test_rpc_grpc_impl:
5959
needs: check_format
@@ -65,4 +65,4 @@ jobs:
6565
with:
6666
java-version: 1.8
6767
- name: Maven Test
68-
run: mvn --projects jraft-extension/rpc-grpc-impl test
68+
run: mvn --projects jraft-extension/rpc-grpc-impl test || mvn --projects jraft-extension/rpc-grpc-impl test || mvn --projects jraft-extension/rpc-grpc-impl test

jraft-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jraft-parent</artifactId>
77
<groupId>com.alipay.sofa</groupId>
8-
<version>1.3.6</version>
8+
<version>1.3.7</version>
99
</parent>
1010
<artifactId>jraft-core</artifactId>
1111
<packaging>jar</packaging>

jraft-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jraft-parent</artifactId>
77
<groupId>com.alipay.sofa</groupId>
8-
<version>1.3.6</version>
8+
<version>1.3.7</version>
99
</parent>
1010
<artifactId>jraft-example</artifactId>
1111
<packaging>jar</packaging>

jraft-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jraft-parent</artifactId>
66
<groupId>com.alipay.sofa</groupId>
7-
<version>1.3.6</version>
7+
<version>1.3.7</version>
88
</parent>
99

1010
<artifactId>jraft-extension</artifactId>

jraft-extension/rpc-grpc-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jraft-extension</artifactId>
66
<groupId>com.alipay.sofa</groupId>
7-
<version>1.3.6</version>
7+
<version>1.3.7</version>
88
</parent>
99

1010
<artifactId>rpc-grpc-impl</artifactId>

jraft-rheakv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jraft-parent</artifactId>
66
<groupId>com.alipay.sofa</groupId>
7-
<version>1.3.6</version>
7+
<version>1.3.7</version>
88
</parent>
99

1010
<artifactId>jraft-rheakv</artifactId>

jraft-rheakv/rheakv-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jraft-rheakv</artifactId>
66
<groupId>com.alipay.sofa</groupId>
7-
<version>1.3.6</version>
7+
<version>1.3.7</version>
88
</parent>
99

1010
<artifactId>jraft-rheakv-core</artifactId>

jraft-rheakv/rheakv-pd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jraft-rheakv</artifactId>
66
<groupId>com.alipay.sofa</groupId>
7-
<version>1.3.6</version>
7+
<version>1.3.7</version>
88
</parent>
99

1010
<artifactId>jraft-rheakv-pd</artifactId>

jraft-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jraft-parent</artifactId>
77
<groupId>com.alipay.sofa</groupId>
8-
<version>1.3.6</version>
8+
<version>1.3.7</version>
99
</parent>
1010
<artifactId>jraft-test</artifactId>
1111
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.alipay.sofa</groupId>
66
<artifactId>jraft-parent</artifactId>
7-
<version>1.3.6</version>
7+
<version>1.3.7</version>
88
<packaging>pom</packaging>
99

1010
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)