naruto-lgtm commented on PR #8557: URL: https://github.com/apache/hadoop/pull/8557#issuecomment-4934280221
The -1 in the latest Yetus run is TestLeafQueue#testMaxApplicationsWithNodeLabels erroring inside Mockito spy stubbing (WrongTypeOfReturnValue on getNumAsyncSchedulerThreads), which is a stubbing race on the CapacityScheduler spy, not this patch; the change only touches deserialization in LeveldbConfigurationStore and TestLeafQueue has no reference to the configuration store. The previous Yetus run on the same branch passed the full resourcemanager suite with TestLeafQueue green. On test4tests, the manual verification steps are in the description under 'How was this patch tested'. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
