[ https://issues.apache.org/jira/browse/SCM-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540905#comment-17540905 ]
ASF GitHub Bot commented on SCM-988: ------------------------------------ nielsbasjes commented on PR #44: URL: https://github.com/apache/maven-gh-actions-shared/pull/44#issuecomment-1134560603 > To investigate > > * how long take such new task Yes, valid question. Perhaps not doing the update (as documented by Github) but just install mercurial? > * what on other os - linux, windows The logging of this PR https://github.com/apache/maven-scm/pull/140 shows that on both Linux and Windows have HG installed and it works. On macOS it is not installed and the tests are skipped. Snippets from the logs: Ubuntu: ``` 2022-05-23T08:00:42.8027031Z [INFO] Running org.apache.maven.scm.provider.hg.command.checkout.HgCheckOutCommandTckTest 2022-05-23T08:00:42.8284666Z [main] INFO org.apache.maven.scm.provider.hg.HgUtils - EXECUTING: /bin/sh -c cd '/home/runner/work/maven-scm/maven-scm/maven-scm-providers/maven-scm-provider-hg/target/test-branch' && 'hg' 'init' ``` Windows ``` 2022-05-23T08:02:15.5912662Z [INFO] Running org.apache.maven.scm.provider.hg.command.checkout.HgCheckOutCommandTckTest 2022-05-23T08:02:15.6441394Z [main] INFO org.apache.maven.scm.provider.hg.HgUtils - EXECUTING: cmd.exe /X /C "hg init" ``` macOS ``` 2022-05-23T08:00:43.4287380Z [INFO] Running org.apache.maven.scm.provider.hg.command.checkout.HgCheckOutCommandTckTest 2022-05-23T08:00:43.4345300Z [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s - in org.apache.maven.scm.provider.hg.command.checkout.HgCheckOutCommandTckTest ``` > Not all TCK tests are run on all platforms. > ------------------------------------------- > > Key: SCM-988 > URL: https://issues.apache.org/jira/browse/SCM-988 > Project: Maven SCM > Issue Type: Test > Reporter: Niels Basjes > Priority: Major > > Followup of SCM-981 > In the Github actions OS images are used which are provided by Github. > Some of these images (at least macOS) do not have all SCM commandline tools > installed. > As a consequence not all tests are run on all platforms. > The improvement is to make sure that in the CI build all SCM commandline > tools are available so on all platforms all tests are run. -- This message was sent by Atlassian Jira (v8.20.7#820007)