-
Notifications
You must be signed in to change notification settings - Fork 24
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
UPI E2E Test #262
Merged
+977
−138
Merged
UPI E2E Test #262
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
11a6034
Grpc fiber integration with UPI in router (#238)
leonlnj a55497b
[UPI] Api Server (#255)
leonlnj 116ffe7
UPI Traffic Splitting (#259)
pradithya 2998650
Deploy 3 upi echo server in end to end test
8fb8887
Update incorrect test setup
f575bae
Merge branch 'grpc_upi' of github.com:caraml-dev/turing into e2e_traf…
5437dac
Update python sdk
00964e7
Add test helper
15277ad
Update sdk
ac8bc4c
Simplify model name
8fac462
Add test for traffic splitting
4201df1
Include in test suite
11bf117
Reduce mock server cpu request
56fb433
Temporary comment passing tests
7e32be8
Add logging
608285b
Add debugging logs
a0cce2c
Rename router for upi traffic splitting e2e test
5a193db
Print properly
456dd21
Improve assertion in the withDeployedRouter
454de61
Reduce cpu request for all e2e test
36f25e7
Add default_route_id
aed55a3
Merge branch 'grpc_upi' of github.com:caraml-dev/turing into e2e_traf…
a86e740
Move response logging before status code assertion
8a29545
Add e2e test for standard ensembler
f4b76fe
Rename router name
24993f9
Associate control with all traffic rule
d032edc
Fix incorrect router file name
c1f849b
Temporary disable sdk e2e test
584dfac
Temporary exclude sdk test
84f6650
Use require instead of assert
4254919
Change ordering of waiting for component ready
c8ca251
Shorten router name
3f4a81b
Exclude tests
d7fda9c
Add debugging code
83930ce
Add pod log
6a5b8c3
Change protocol
6399cc0
Change protobuf equality check
5dd0eee
Add more detailed error info
71214e0
Try fiber without cloning
ee454f1
Replace deprecated library
5c82b41
Fix debugging code
9b1866a
Read configmap
5a89e81
Print type
13d5399
Try printing configmap
5ece3ec
Update fiber
636401e
Update end to end test for traffic rule
d539945
Fix unit tests in router
322f4d0
Update go.mod in turing api
f8b84f7
Remove mockserver-b deployment since it's not used
263d140
Add end to end test for sdk
07bf5b2
Reenable all end to end test
d4ca5da
Reduce cpu resource request to improve e2e test stability
e6f57de
Remove debugging code
69e5300
Fix formatting in README.md
708d230
Add debuging code for sdk e2e test
7f9f585
Change test name
20c6cd7
Include UPI test
a2df328
Change incorrect comment
fe7fbb7
Increase cpu request to 100m
5facbd2
Add kubectl top nodes before each e2e test group
2d405ed
Remove kubectl top nodes since it's not supported
2d7014c
Increase enricher and ensembler cpu request
58675ae
Remove misleading comment
a78dd17
Update test comment
9643dc3
Update api spec comments and generated code
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update python sdk
There are no files selected for viewing
This file contains 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
This file contains 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
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.
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.
I think this part of the comment is repeated. From the way the description is written here, it's not clear that the lines 2 and 3 correspond to different protocols and I'm not sure it's important to distinguish. Shall we simply remove the duplicated line?
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.
Yeah, rephrased the documentation.