Sorry to reply late. I was on vacation for last 4 days. I have not modified any files.
I think there is some problem with my repo. I will make a new repo and try again. Still the problem exist I will post it again in the group. Thank you very much for your support. Tijo On 10-Sep-2016 6:44 pm, "Jeff" <[email protected]> wrote: > Tijo, > > Have you modified ProcessorStatusSnapshotDTO.java or > PermissionBasedStatusMergerSpec.groovy? > > On Sat, Sep 10, 2016 at 7:48 AM Tijo Thomas <[email protected]> wrote: > >> Hi Jeff >> >> I recently rebase from master. >> Then I cloned again and ran mvn package >> >> Tijo >> >> On 09-Sep-2016 9:12 pm, "Jeff" <[email protected]> wrote: >> >>> Tijo, >>> >>> I just ran this test on master and it's passing for me. Can you provide >>> some details about the branch you're on when running the tests? I see that >>> tasksDuration is 00:30:00.000 when it's expecting 00:00:00.000, and that's >>> why the JSON isn't matching. >>> >>> On Thu, Sep 8, 2016 at 4:58 PM Tijo Thomas <[email protected]> >>> wrote: >>> >>>> Hi >>>> Nifi test case is failing (PermissionBasedStatusMergerSpec) . >>>> This is written in Grovy .. not comfortable with Groovy . >>>> >>>> Running org.apache.nifi.cluster.manager.PermissionBasedStatusMergerSpec >>>> Tests run: 20, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.922 >>>> sec <<< FAILURE! - in org.apache.nifi.cluster.manager. >>>> PermissionBasedStatusMergerSpec >>>> Merge ProcessorStatusSnapshotDTO[0](org.apache.nifi.cluster.manager. >>>> PermissionBasedStatusMergerSpec) Time elapsed: 0.144 sec <<< FAILURE! >>>> org.spockframework.runtime.SpockComparisonFailure: Condition not >>>> satisfied: >>>> >>>> returnedJson == expectedJson >>>> | | | >>>> | | {"id":"hidden","groupId":" >>>> hidden","name":"hidden","type":"hidden","bytesRead":0,"bytesWritten":0,"read":"0 >>>> bytes","written":"0 bytes","flowFilesIn":0,"bytesIn":0,"input":"0 (0 >>>> bytes)","flowFilesOut":0,"bytesOut":0,"output":"0 (0 >>>> bytes)","taskCount":0,"tasksDurationNanos":0,"tasks": >>>> "0","tasksDuration":"00:00:00.000","activeThreadCount":0} >>>> | false >>>> | 1 difference (99% similarity) >>>> | {"id":"hidden","groupId":"hidden","name":"hidden","type" >>>> :"hidden","bytesRead":0,"bytesWritten":0,"read":"0 bytes","written":"0 >>>> bytes","flowFilesIn":0,"bytesIn":0,"input":"0 (0 >>>> bytes)","flowFilesOut":0,"bytesOut":0,"output":"0 (0 >>>> bytes)","taskCount":0,"tasksDurationNanos":0,"tasks": >>>> "0","tasksDuration":"00:(3)0:00.000","activeThreadCount":0} >>>> | {"id":"hidden","groupId":"hidden","name":"hidden","type" >>>> :"hidden","bytesRead":0,"bytesWritten":0,"read":"0 bytes","written":"0 >>>> bytes","flowFilesIn":0,"bytesIn":0,"input":"0 (0 >>>> bytes)","flowFilesOut":0,"bytesOut":0,"output":"0 (0 >>>> bytes)","taskCount":0,"tasksDurationNanos":0,"tasks": >>>> "0","tasksDuration":"00:(0)0:00.000","activeThreadCount":0} >>>> {"id":"hidden","groupId":"hidden","name":"hidden","type" >>>> :"hidden","bytesRead":0,"bytesWritten":0,"read":"0 bytes","written":"0 >>>> bytes","flowFilesIn":0,"bytesIn":0,"input":"0 (0 >>>> bytes)","flowFilesOut":0,"bytesOut":0,"output":"0 (0 >>>> bytes)","taskCount":0,"tasksDurationNanos":0,"tasks": >>>> "0","tasksDuration":"00:30:00.000","activeThreadCount":0} >>>> >>>> at >>>> org.apache.nifi.cluster.manager.PermissionBasedStatusMergerSpec.Merge >>>> ProcessorStatusSnapshotDTO(PermissionBasedStatusMergerSpec.groovy:257) >>>> >>>> Merge ProcessorStatusSnapshotDTO[1](org.apache.nifi.cluster.manager. >>>> PermissionBasedStatusMergerSpec) Time elapsed: 0.01 sec <<< FAILURE! >>>> org.spockframework.runtime.SpockComparisonFailure: Condition not >>>> satisfied: >>>> >>>> Tijo >>>> >>>> >>>> >>>>
