[ 
https://issues.apache.org/jira/browse/SSHD-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17045362#comment-17045362
 ] 

Guillaume Nodet commented on SSHD-856:
--------------------------------------

Experimenting with github actions.

It currently fails on windows with the following (see 
[https://github.com/apache/mina-sshd/runs/469452792]).  [~lgoldstein] any idea 
about this failure ?
{code:java}
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.047 s 
<<< FAILURE! - in org.apache.sshd.common.config.keys.KeyUtilsTest
[ERROR] 
testValidateStrictKeyFilePermissions(org.apache.sshd.common.config.keys.KeyUtilsTest)
  Time elapsed: 0.047 s  <<< FAILURE!
java.lang.AssertionError: Unexpected Windows violation for file 
D:\a\mina-sshd\mina-sshd\sshd-common\target\temp\KeyUtilsTest\testValidateStrictKeyFilePermissions
 permissions=[OWNER_READ, OWNER_WRITE, GROUP_READ, GROUP_WRITE, OTHERS_READ, 
OTHERS_WRITE] expected null, but was:<Owner violation 
(Administrators)=Administrators>
        at 
org.apache.sshd.common.config.keys.KeyUtilsTest.testValidateStrictKeyFilePermissions(KeyUtilsTest.java:155)
{code}

> Use some kind of continuous integration mechanism to validate master branch
> ---------------------------------------------------------------------------
>
>                 Key: SSHD-856
>                 URL: https://issues.apache.org/jira/browse/SSHD-856
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 2.1.1
>            Reporter: Lyor Goldstein
>            Priority: Major
>              Labels: continuous_integration
>
> We currently rely on manual compilation before pushing to master branch. We 
> should have some continuous integration mechanism that makes sure latest 
> pushed version passes all its tests.
> h5. Requirements
> * Java 8 (or whatever the project's minimum version requirement is)
> * _Windows_ *and* _Linux_ environments tests
> * Overcome intermittent failures (SSHD-213, SSHD-822)
> * Apply also {{findbugs}}, {{owasp}} and some coverage tool as well



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to