-
Notifications
You must be signed in to change notification settings - Fork 350
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
key-auth+cli e2e test connect #345 #377
Conversation
Codecov Report
@@ Coverage Diff @@
## master #377 +/- ##
==========================================
+ Coverage 90.93% 91.46% +0.52%
==========================================
Files 193 197 +4
Lines 8214 8349 +135
==========================================
+ Hits 7469 7636 +167
+ Misses 745 713 -32
Continue to review full report at Codecov.
|
test/common/gateway.helper.js
Outdated
module.exports.startGatewayInstance = function ({dirInfo, gatewayConfig}) { | ||
return this.findOpenPortNumbers(4) | ||
.then(ports => { | ||
console.log(ports); |
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.
Should be able to get rid of the console.log statement.
reject(err); | ||
}); | ||
let count = 0; | ||
let interval = setInterval(() => { |
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.
👍
@DrMegavolt Can you refactor the OAuth2 Authorization Code test to take advantage of the new helpers you built and perhaps throw in the retry counter you added? |
@kevinswiber auth-code and hot-reload now uses refactored |
cdaab0b
to
b72ecab
Compare
ce341fc
to
3992caa
Compare
connect #345