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
d0e43bd7
Commit
d0e43bd7
authored
2 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Reduce experiment smoketest time for UC4/Samza
parent
05c84d2b
No related branches found
No related tags found
No related merge requests found
Pipeline
#10439
canceled
2 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Stage: smoketest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/docker-test/uc4-beam-samza/test.sh
+1
-1
1 addition, 1 deletion
theodolite-benchmarks/docker-test/uc4-beam-samza/test.sh
with
1 addition
and
1 deletion
theodolite-benchmarks/docker-test/uc4-beam-samza/test.sh
+
1
−
1
View file @
d0e43bd7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
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
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
=
avro
-r
http://schema-registry:8081
-f
'%k:%s\n'
-c
20
00 |
docker-compose
exec
-T
kcat kcat
-C
-b
kafka:9092
-t
output
-s
key
=
s
-s
value
=
avro
-r
http://schema-registry:8081
-f
'%k:%s\n'
-c
3
00 |
tee
/dev/stderr |
tee
/dev/stderr |
awk
-F
':'
'!/^%/ {print $1}'
|
awk
-F
':'
'!/^%/ {print $1}'
|
sort
|
sort
|
...
...
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