test: Added Worker calls to Api.Mock#607
Open
dbrasseur-aneo wants to merge 3 commits into
Open
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
c5e767b to
1d6fd02
Compare
61097d8 to
154ff42
Compare
adb6c52 to
e531a5e
Compare
e531a5e to
eac4756
Compare
528ab2e to
aa0c664
Compare
eac4756 to
a912cf7
Compare
aa0c664 to
eb25d4e
Compare
a912cf7 to
98a3a86
Compare
Contributor
lemaitre-aneo
left a comment
There was a problem hiding this comment.
In the pipeline, I would split client tests from worker tests as I do not expect workers to use tls at all, and I expect other languages do not support tls on the worker side currently.
9e8ceaf to
42167eb
Compare
42167eb to
7d44bc4
Compare
ccbf6ca to
00c0e81
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Some tests needed an agent to call a worker.
Description
This gives the Api.Mock this capability, and python received an example test for this new test
Testing
It's a test
Impact
No impact, it's tests only
Additional Information
Checklist