-
Notifications
You must be signed in to change notification settings - Fork 8
Enable test run on mercurial and subversion #42
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
Conversation
1ce645f to
659c3b8
Compare
659c3b8 to
5f6ce04
Compare
test/test_commands.py
Outdated
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.
This should be ok to drop since the only usage here is to skip the hg and svn test from running on CI environments.
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 there is some merit in having the Mercurial and Subversion tests run on the CI.
This is also because the Vcstools PR #43 contains additional tests for hg and svn to be run in CI for validation.
test/list2.repos
Outdated
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.
Shouldn't the url here be https://svn.apache.org/repos/asf/subversion/ ?
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.
Yes, you are correct, Clara.
The validation would be more accurate if it targeted a specific repository instead of a blanket of them.
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com>
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com>
5f6ce04 to
e47aac4
Compare
| url: https://github.com/ros-infrastructure/vcs2l | ||
| version: 3 | ||
| url: https://svn.apache.org/repos/asf/subversion | ||
| version: 1928014 |
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.
For better understanding here could you explain were you are fetching this version number from?
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.
The subversion repository link has the version mentioned as the revision tag.
Basic Info
Description of contribution in a few bullet points
Description of how this change was tested
Ran
pytestlocally to ensure all the unit and linting tests pass:pytest -s -v testSigned-off-by: Leander Stephen Desouza leanderdsouza1234@gmail.com