Skip to content

Commit

Permalink
[FLINK-19543][k8s] Implement KubernetesStateHandleStore based on Kube…
Browse files Browse the repository at this point in the history
…rnetes API
  • Loading branch information
wangyang0918 authored and tillrohrmann committed Nov 7, 2020
1 parent c3a6b51 commit 8b4f28b
Show file tree
Hide file tree
Showing 7 changed files with 1,013 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ cd $END_TO_END_DIR/../flink-kubernetes
run_mvn test -Dtest=org.apache.flink.kubernetes.kubeclient.Fabric8FlinkKubeClientITCase
run_mvn test -Dtest=org.apache.flink.kubernetes.kubeclient.resources.KubernetesLeaderElectorITCase
run_mvn test -Dtest=org.apache.flink.kubernetes.highavailability.KubernetesLeaderElectionAndRetrievalITCase
run_mvn test -Dtest=org.apache.flink.kubernetes.highavailability.KubernetesStateHandleStoreITCase
8 changes: 8 additions & 0 deletions flink-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ under the License.

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<reuseForks>true</reuseForks>
<forkCount>1</forkCount>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down
Loading

0 comments on commit 8b4f28b

Please sign in to comment.