We have seen some flakiness in the following test in our Engine compatibility tests:
ProcessOverviewRetrievalIT.getProcessOverview_processesGetOrderedByOwnerAndDefinitionNameWhenOwnerNameIsMissingFromSomeDefinitions
We should investigate the cause of this flakiness and fix the test so we no longer see failures in our nightly pipelines
Example failure:
09:16:53 Expected size: 4 but was: 5 in:09:16:53 [ProcessOverviewResponseDto(processDefinitionName=secondDefWithOwner, processDefinitionKey=secondDefWithOwner, owner=ProcessOwnerResponseDto(id=spiderman, name=Afraid of Spiders), digest=ProcessDigestResponseDto(enabled=false), kpis=[], linkToDashboard=/collection/secondDefWithOwner/dashboard/secondDefWithOwner/, hasDefaultDashboard=false),09:16:53 ProcessOverviewResponseDto(processDefinitionName=firstDefWithOwner, processDefinitionKey=firstDefWithOwner, owner=ProcessOwnerResponseDto(id=demo, name=firstName lastName), digest=ProcessDigestResponseDto(enabled=false), kpis=[], linkToDashboard=/collection/firstDefWithOwner/dashboard/firstDefWithOwner/, hasDefaultDashboard=false),09:16:53 ProcessOverviewResponseDto(processDefinitionName=firstDefKey, processDefinitionKey=firstDefKey, owner=ProcessOwnerResponseDto(id=null, name=null), digest=ProcessDigestResponseDto(enabled=false), kpis=[], linkToDashboard=/collection/firstDefKey/dashboard/firstDefKey/, hasDefaultDashboard=false),09:16:53 ProcessOverviewResponseDto(processDefinitionName=fourthDefWithOwner, processDefinitionKey=fourthDefWithOwner, owner=ProcessOwnerResponseDto(id=null, name=null), digest=ProcessDigestResponseDto(enabled=false), kpis=[], linkToDashboard=/collection/fourthDefWithOwner/dashboard/fourthDefWithOwner/, hasDefaultDashboard=false),09:16:53 ProcessOverviewResponseDto(processDefinitionName=thirdDefWithOwner, processDefinitionKey=thirdDefWithOwner, owner=ProcessOwnerResponseDto(id=null, name=null), digest=ProcessDigestResponseDto(enabled=false), kpis=[], linkToDashboard=/collection/thirdDefWithOwner/dashboard/thirdDefWithOwner/, hasDefaultDashboard=false)]