-
Notifications
You must be signed in to change notification settings - Fork 209
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
add E2E test for token plugins with remote names #920
Conversation
b373b11
to
6577b38
Compare
Codecov Report
@@ Coverage Diff @@
## main #920 +/- ##
==========================================
+ Coverage 99.97% 99.98% +0.01%
==========================================
Files 299 299
Lines 19481 19465 -16
==========================================
- Hits 19476 19462 -14
+ Misses 4 3 -1
+ Partials 1 0 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
6577b38
to
ea9abec
Compare
Now the test suite will wait until the newly created namespace is available before proceeding Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
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.
Seems good, but left some comments for consideration.
- adds helper function for changing a plugin local name Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
Since this is a new runner, it may need to be added to the GitHub Workflow test matrixes for PR jobs and integration. |
I see the integration tests haven't been updated to even include gateway suites, so I'll file an issue |
Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
c45048f
to
17da823
Compare
Adds a new test suite for tokens plugins with remote names.
Fixes #929