mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
[bitnami/flink] Add VIB tests (#34939)
* [bitnami/flink] Add VIB tests Signed-off-by: Andrés Bono <andresbono@vmware.com> * Update .vib/flink/goss/flink.yaml Co-authored-by: Miguel Ruiz <miruiz@vmware.com> Signed-off-by: Andrés Bono <andresbono@vmware.com> --------- Signed-off-by: Andrés Bono <andresbono@vmware.com> Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
This commit is contained in:
24
.vib/flink/goss/flink.yaml
Normal file
24
.vib/flink/goss/flink.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
command:
|
||||
check-flink-jobmanager-run:
|
||||
exec: timeout --preserve-status 5 jobmanager.sh start-foreground
|
||||
timeout: 8000
|
||||
exit-status: 143
|
||||
stdout:
|
||||
- Rest endpoint listening
|
||||
- Web frontend listening
|
||||
file:
|
||||
/opt/bitnami/flink/plugins/s3-fs-base/flink-s3-fs-base-{{ .Env.APP_VERSION }}.jar:
|
||||
exists: true
|
||||
filetype: file
|
||||
/opt/bitnami/flink/plugins/s3-fs-presto/flink-s3-fs-presto-{{ .Env.APP_VERSION }}.jar:
|
||||
exists: true
|
||||
filetype: file
|
||||
/opt/bitnami/flink/plugins/s3-fs-hadoop/flink-s3-fs-hadoop-{{ .Env.APP_VERSION }}.jar:
|
||||
exists: true
|
||||
filetype: file
|
||||
user:
|
||||
flink:
|
||||
exists: true
|
||||
group:
|
||||
flink:
|
||||
exists: true
|
||||
Reference in New Issue
Block a user