Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
ab03f6f4
Commit
ab03f6f4
authored
2 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add smoketest for UC3 Flink
parent
9a64d3bd
No related branches found
No related tags found
1 merge request
!304
Add smoketest for UC3 Flink
Pipeline
#10144
passed
2 years ago
Stage: build
Stage: test
Stage: check
Stage: smoketest
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
theodolite-benchmarks/docker-test/uc3-flink/test.sh
+11
-0
11 additions, 0 deletions
theodolite-benchmarks/docker-test/uc3-flink/test.sh
with
21 additions
and
0 deletions
.gitlab-ci.yml
+
10
−
0
View file @
ab03f6f4
...
...
@@ -573,6 +573,16 @@ smoketest-uc3-kstreams:
DOCKER_COMPOSE_DIR
:
"
uc3-kstreams"
JAVA_PROJECT_DEPS
:
"
uc3-kstreams,kstreams-commons,uc3-load-generator,load-generator-commons"
smoketest-uc3-flink
:
extends
:
.smoketest-benchmarks
needs
:
-
deploy-uc3-flink
-
deploy-uc3-load-generator
variables
:
DOCKER_COMPOSE_DIR
:
"
uc3-flink"
JAVA_PROJECT_DEPS
:
"
uc3-flink,flink-commons,uc3-load-generator,load-generator-commons"
smoketest-uc3-beam-flink
:
extends
:
.smoketest-benchmarks
needs
:
...
...
This diff is collapsed.
Click to expand it.
theodolite-benchmarks/docker-test/uc3-flink/test.sh
0 → 100755
+
11
−
0
View file @
ab03f6f4
#!/bin/sh
until
docker-compose
exec
-T
kcat kcat
-L
-b
kafka:9092
-t
output
-J
| jq
-r
'.topics[0].partitions | length'
|
grep
"
\b
3
\b
"
;
do
sleep
5s
;
done
docker-compose
exec
-T
kcat kcat
-C
-b
kafka:9092
-t
output
-s
key
=
s
-s
value
=
s
-r
http://schema-registry:8081
-f
'%k:%s\n'
-c
600 |
tee
/dev/stderr |
awk
-F
':'
'!/^%/ {print $1}'
|
sort
|
uniq
|
wc
-l
|
grep
"
\b
10
\b
"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment