-
Notifications
You must be signed in to change notification settings - Fork 20
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
Pipeline versioning tests #2028
Conversation
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.
Reviewed 7 of 7 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Adir111)
core/api-server/tests/pipelines-versions.js
line 58 at r1 (raw file):
}); it.only('should succeed to get versions and change version to latest', async () => {
Remove the "only"
Code quote:
.only
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.
Reviewable status: 6 of 7 files reviewed, 1 unresolved discussion (waiting on @golanha)
core/api-server/tests/pipelines-versions.js
line 58 at r1 (raw file):
Previously, golanha (Golan Hallel) wrote…
Remove the "only"
Done.
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.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Adir111)
* fixed bug * changed file name * fixed bug * bug fix * added tests for pipelines versioning * added deletion tests * removed deletion * fixed test * fixed test * moved line * return new pipeline when updating pipeline * updated test * removed .only * added validation for semver increasement of latest version .... bump version [skip ci]
* fixed bug * changed file name * fixed bug * bug fix * added tests for pipelines versioning * added deletion tests * removed deletion * fixed test * fixed test * moved line * return new pipeline when updating pipeline * updated test * removed .only * added validation for semver increasement of latest version .... bump version [skip ci]
Added tests for recently added feature - pipeline versioning.
Also fixed few problems found.
Issue: #2012
This change is