holgerfriedrich commented on PR #2476:
URL: https://github.com/apache/karaf/pull/2476#issuecomment-4151022620

   @jbonofre The last commit did not change much. 
   Those modules did not pass in the first compile run ```mvn clean install -fn 
-Drat.skip=true```, but succeed if rebuilt afterwards.
   ~~~
   [INFO] Apache Karaf :: Assemblies :: Features :: Standard . FAILURE [ 37.854 
s]
   [INFO] Apache Karaf :: Assemblies :: Default Distribution . FAILURE [  6.632 
s]
   [INFO] Apache Karaf :: Assemblies :: Integration Distribution FAILURE [  
4.933 s]
   [INFO] Apache Karaf :: Examples :: Docker :: Dynamic Distribution FAILURE [  
3.030 s]
   ~~~
   
   Those two are not succeeding:
   ~~~
   [INFO] Apache Karaf :: OSGi Services :: Event ............. FAILURE [  5.565 
s]
   [INFO] Apache Karaf :: Integration Tests :: Tests ......... FAILURE [  03:00 
h]
   ~~~
   
   There is still something odd with line-endings:
   
   ~~~
   [ERROR] Failures:
   [ERROR]   EventPrinterTest.testPrint:44
   Expected: "2016-01-01 12:00:00 - myTopic\n"
        but: was "2016-01-01 12:00:00 - myTopic\r\n"
   [ERROR]   EventPrinterTest.testPrintVerbose:53
   Expected: "2016-01-01 12:00:00 - myTopic\na: b\nc: [d, e]\n\n"
        but: was "2016-01-01 12:00:00 - myTopic\r\na: b\r\nc: [d, e]\r\n\r\n"
   ~~~
   
   ~~~
   [ERROR] Failures:
   [ERROR]   
ConfigTest.listShortCommand:57->KarafTestSupport.assertContains:756 Should 
contain 'org.apache.karaf.jaas
   org.apache.karaf.kar
   ' but was : jmx.acl
   jmx.acl.java.lang.Memory
   jmx.acl.org.apache.karaf.bundle
   jmx.acl.org.apache.karaf.config
   jmx.acl.org.apache.karaf.security.jmx
   jmx.acl.osgi.compendium.cm
   org.apache.felix.eventadmin.impl.EventAdmin
   org.apache.felix.fileinstall~deploy
   org.apache.karaf.command.acl.bundle
   org.apache.karaf.command.acl.config
   org.apache.karaf.command.acl.feature
   org.apache.karaf.command.acl.jaas
   org.apache.karaf.command.acl.kar
   org.apache.karaf.command.acl.scope_bundle
   org.apache.karaf.command.acl.shell
   org.apache.karaf.command.acl.system
   org.apache.karaf.features
   org.apache.karaf.features.repos
   org.apache.karaf.jaas
   org.apache.karaf.kar
   org.apache.karaf.log
   ...
   ~~~
   
   Security test:
   ~~~
   [ERROR]   InstanceTest.packageCommand:112
   [ERROR] Errors:
   [ERROR] org.apache.karaf.itests.JavaSecurityTest.null
   [ERROR]   Run 1: JavaSecurityTest » Runtime Cannot get the remote bundle 
context
   [ERROR]   Run 2: JavaSecurityTest » Runtime Container never came up
   ~~~
   
   Overall: Fixing the tests on Windows platform should not delay the merge of 
this PR - I never got all tests working on 4.4.x (Win). Better merge this PR 
early.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to