wilfred-s commented on a change in pull request #145:
URL:
https://github.com/apache/incubator-yunikorn-core/pull/145#discussion_r427982970
##########
File path: pkg/scheduler/sorters_test.go
##########
@@ -344,6 +369,64 @@ func TestSortAppsFair(t *testing.T) {
assertAppList(t, list, []int{1, 3, 2, 0})
}
+func TestSortAppsStateAware(t *testing.T) {
+ // stable sort is used so equal values stay were they were
Review comment:
fixed it 7 times in the file
----------------------------------------------------------------
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:
[email protected]