-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: ZENKO-845 Object monitor throughput test #221
feature: ZENKO-845 Object monitor throughput test #221
Conversation
}, | ||
], done)); | ||
|
||
it('should monitor part uploads of an MPU object', done => waterfall([ | ||
next => scalityUtils.completeMPUAWS(srcBucket, key, 50, next), | ||
(data, next) => { | ||
const path = `/_/backbeat/api//metrics/crr/${destLocation}` + | ||
const path = `/_/backbeat/api/metrics/crr/${destLocation}` + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😓 good catch, sorry for the typos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈
Lets wait on #219 before merging so we can verify that it runs in CI |
b9ac896
to
13de5d4
Compare
If you rebase, the new fixes from #224 should help with the CI builds |
72aec75
to
349ecad
Compare
349ecad
to
b25f186
Compare
b25f186
to
d327f37
Compare
d327f37
to
33d316c
Compare
No description provided.