-
Notifications
You must be signed in to change notification settings - Fork 292
Set up Github Action for go SDK component test #5588
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
Merged
xueqingz
merged 2 commits into
xapi-project:feature/go_sdk
from
acefei:private/feis/CP-48777
May 21, 2024
Merged
Set up Github Action for go SDK component test #5588
xueqingz
merged 2 commits into
xapi-project:feature/go_sdk
from
acefei:private/feis/CP-48777
May 21, 2024
Conversation
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
63a9a76
to
e3bec86
Compare
psafont
reviewed
Apr 29, 2024
psafont
reviewed
Apr 29, 2024
e3bec86
to
0260290
Compare
0260290
to
86abbf0
Compare
86abbf0
to
83f3d1d
Compare
psafont
reviewed
May 8, 2024
psafont
reviewed
May 8, 2024
ce5798a
to
d8359b6
Compare
minglumlu
reviewed
May 13, 2024
minglumlu
reviewed
May 13, 2024
minglumlu
reviewed
May 13, 2024
minglumlu
reviewed
May 13, 2024
minglumlu
reviewed
May 13, 2024
minglumlu
reviewed
May 13, 2024
minglumlu
reviewed
May 13, 2024
8b7d417
to
35f9c66
Compare
xueqingz
reviewed
May 16, 2024
ae55a43
to
92ef445
Compare
Signed-off-by: Fei Su <fei.su@cloud.com>
92ef445
to
697a1dc
Compare
xueqingz
reviewed
May 17, 2024
271cd03
to
b7f9f09
Compare
xueqingz
reviewed
May 17, 2024
b7f9f09
to
9e3ab61
Compare
xueqingz
approved these changes
May 17, 2024
psafont
reviewed
May 17, 2024
9fb2fb8
to
7a326bb
Compare
minglumlu
reviewed
May 21, 2024
## How Component Testing Works | ||
|
||
#### jsonrpc-server | ||
The jsonrpc-server is a mock HTTP server which aligns with [jsonrpc 2.0 specification](https://www.jsonrpc.org/specification) and to emulate the xen-api server. It parses the test data from JSON files located in the spec/ directory, executes the method and parameters specified in spec files with incoming requests and then sending back a jsonrpc response that includes the expect_result. |
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.
sends back
minglumlu
approved these changes
May 21, 2024
Signed-off-by: Fei Su <fei.su@cloud.com>
7a326bb
to
85d1e34
Compare
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.
This PR is scaffold for sdk component testing, please find the details in ocaml/sdk-gen/component-test/README.md