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
867: Your git version is: 2.30.0.284...., which is not a known ... #984
Conversation
|
Webrevs
|
LGTM.
If you don't mind, please also add this version string as a test case to GitVersionTest: https://github.com/openjdk/skara/blob/master/vcs/src/test/java/org/openjdk/skara/vcs/git/GitVersionTest.java#L46
@Martin-Buchholz This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@JornVernee) but any other Committer may sponsor as well.
|
@JornVernee. I made an effort to add some tests. Blind change below. I tried and failed to run the test. Installing junit5 made no difference.
|
With that patch GitVersionTest still passes on my machine, so adding that seems good to me. FWIW, I'd expect gradle to fetch the right junit dependency for you. Skara is also used as a testing platform for bleeding edge Java tech, so that's why a recent version of junit is being used. You should be able to run Using IntelliJ's built-in junit test runner should also work if you're using IntelliJ. Lastly, if you enable GitHub actions for your fork some automated testing will also occur when you update the PR (results show at the bottom of the PR's 'Conversation' tab). |
I enabled GitHub actions. Our git is configured to use |
/integrate |
@Martin-Buchholz |
/sponsor |
@JornVernee @Martin-Buchholz Since your change was applied there has been 1 commit pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit c972718. |
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/984/head:pull/984
$ git checkout pull/984