[ 
https://issues.apache.org/jira/browse/CAMEL-13629?focusedWorklogId=275549&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-275549
 ]

ASF GitHub Bot logged work on CAMEL-13629:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Jul/19 23:27
            Start Date: 11/Jul/19 23:27
    Worklog Time Spent: 10m 
      Work Description: bedlaj commented on pull request #3036: CAMEL-13629: 
Renamed tests to follow *Test pattern
URL: https://github.com/apache/camel/pull/3036
 
 
   Some tests were excluded from surefire plugin, because of wrong class name. 
I have renamed these. 
   
   3 soroush tests are failing and I couldnt find a way how to fix it, because 
I have absolutely no idea how soroush works. Also the disruptor test is flaky. 
I have marked the failing and flaky tests as Ignored. 
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 275549)
            Time Spent: 10m
    Remaining Estimate: 0h

> Some tests are excluded from maven build because of wrong class name
> --------------------------------------------------------------------
>
>                 Key: CAMEL-13629
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13629
>             Project: Camel
>          Issue Type: Test
>            Reporter: Jan Bednar
>            Assignee: Jan Bednar
>            Priority: Minor
>         Attachments: grepResult.txt
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> There are some tests, which were probably meant to run during build, but does 
> not follow .*Test.java or *IT.java filename pattern.
>  
> This returns 46 files on current master (output attached):
> {code:java}
> grep -rnw './camel' --include=\*.java -e '@Test' -l | grep -v -e 
> '.*Test.java' -e '.*TestSupport.java' -e '.*TestBase.java' -e '.*IT.java'
> {code}
> This method is not bulletproof and returns some false-positives, but most of 
> the matches should be IMO renamed to follow filename patternt and thus be 
> executed during maven build.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to