-
Notifications
You must be signed in to change notification settings - Fork 146
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
Test server Nexus endpoint operator apis #2162
Conversation
temporal-test-server/src/main/java/io/temporal/internal/testservice/TestNexusEndpointStore.java
Outdated
Show resolved
Hide resolved
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.
Overall LGTM. Will defer to @Quinn-With-Two-Ns for the approval.
...l-test-server/src/main/java/io/temporal/internal/testservice/TestNexusEndpointStoreImpl.java
Outdated
Show resolved
Hide resolved
...l-test-server/src/main/java/io/temporal/internal/testservice/TestNexusEndpointStoreImpl.java
Show resolved
Hide resolved
Overall LGTM, are we able to add tests as well? Ideally we can add test that both verify the API behaves as expected, and behaves like the real server. Here is what I did for update 6b39e44. |
@Rule public SDKTestWorkflowRule testWorkflowRule = SDKTestWorkflowRule.newBuilder().build(); | ||
|
||
@Before | ||
public void checkExternal() { |
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.
Opened #2165 to remove skip once 1.25.0 is officially released
What was changed
Updated API to
v1.36.0
Added test server implementations of Nexus endpoint CRUD APIs to TestOperatorService
Why?
To support implementing Nexus operations in the test server.
Checklist
Closes
How was this tested: