-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 integration tests for version related methods #3174
Add integration tests for version related methods #3174
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
/lgtm
@@ -63,7 +63,8 @@ require ( | |||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect | |||
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect | |||
github.com/spf13/viper v1.3.0 | |||
github.com/stretchr/testify v1.2.2 | |||
github.com/stretchr/objx v0.2.0 // indirect | |||
github.com/stretchr/testify v1.3.0 |
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 wonder why you needed to upgrade testify?
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 feel this is auto changed... I didn't make this change manually.
}) | ||
assert.NotNil(t, err) | ||
|
||
/* ---------- List pipeline version s sorted by names descend order ---------- */ |
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.
/* ---------- List pipeline version s sorted by names descend order ---------- */ | |
/* ---------- List pipeline versions sorted by names descend order ---------- */ |
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.
Done.
/retest |
/lgtm |
* create a new version upload integration test file * checkpoint * checkpoint * test * checkpoint * checkpoint * version api integration test * Fix a typo * typo in comment * error message
…eflow#3174) Added _rest_server attribute init method. Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
In particular, the integration test pipeline_version_api_test.go is going to be included in backend-api-integration-test afterwards.
Also, the work on upload version client included in this PR is related to #2977
Also related to backend integration test #3247
This change is