You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2020/11/27 08:43:20 UTC

[GitHub] [tomee] rzo1 opened a new pull request #720: TOMEE-2930 - MoviesArquillianHtmlUnitTest -> Invalid byte 2 of 2-byte UTF-8 sequence. error.

rzo1 opened a new pull request #720:
URL: https://github.com/apache/tomee/pull/720


   # What does this PR do?
   
   As discussed on the mailing list [3], we found test errors in `MoviesArquillianHtmlUnitTest`. 
   
   While trying to reproduce it on my Linux machine, I found, that the dependencies used for setting up the unit tests do not match with the current project version. 
   
   CI does not cover this as it can retrieve the old snapshot artifacts (either from local disk cache or from an apache snapshot repo).
   
   With the version adjustments, the tests can be executed and do not throw the exception mentioned above
   
   Question, @cesarhernandezgt : Can we run this PR on the CI environment to check, if the issue persists?
   
   # References
   
   - [1] https://issues.apache.org/jira/browse/TOMEE-2930
   - [2] https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/org.superbiz$moviefun-functional-test/3/testReport/junit/org.superbiz.moviefun/MoviesArquillianHtmlUnitTest/org_superbiz_moviefun_MoviesArquillianHtmlUnitTest/
   - [3] https://openejb.markmail.org/search/?q=type:development#query:type%3Adevelopment+page:1+mid:yagkenymmvojwqvh+state:results
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tomee] jeanouii merged pull request #720: TOMEE-2930 - MoviesArquillianHtmlUnitTest -> Invalid byte 2 of 2-byte UTF-8 sequence. error.

Posted by GitBox <gi...@apache.org>.
jeanouii merged pull request #720:
URL: https://github.com/apache/tomee/pull/720


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tomee] rmannibucau commented on pull request #720: TOMEE-2930 - MoviesArquillianHtmlUnitTest -> Invalid byte 2 of 2-byte UTF-8 sequence. error.

Posted by GitBox <gi...@apache.org>.
rmannibucau commented on pull request #720:
URL: https://github.com/apache/tomee/pull/720#issuecomment-734741156


   @rzo1 what about adding in surefire plugin the system property "project.version" and just do a System.getProperty("project.version", "default value SNAPSHOT") in the code? will stay inlined this way


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tomee] rzo1 commented on pull request #720: TOMEE-2930 - MoviesArquillianHtmlUnitTest -> Invalid byte 2 of 2-byte UTF-8 sequence. error.

Posted by GitBox <gi...@apache.org>.
rzo1 commented on pull request #720:
URL: https://github.com/apache/tomee/pull/720#issuecomment-734741694


   > @rzo1 what about adding in surefire plugin the system property "project.version" and just do a System.getProperty("project.version", "default value SNAPSHOT") in the code? will stay inlined this way
   
   Good idea - will resolve such issues in the future. Will update.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org