asgard icon indicating copy to clipboard operation
asgard copied to clipboard

fix issue #338: Make devPhase part of groupName

Open mkrogemann opened this issue 10 years ago • 1 comments

This small change intends to fix #338.

What is unclear to me now is why I have two failures in LoadBalancerControllerTests.groovy:

Cannot invoke method getBean() on null object java.lang.NullPointerException: Cannot invoke method getBean() on null object at com.netflix.asgard.LoadBalancerController$_closure5.doCall(LoadBalancerController.groovy:127) at com.netflix.asgard.LoadBalancerControllerTests.testSaveWithoutMostParams(LoadBalancerControllerTests.groovy:62)

Cannot invoke method getBean() on null object java.lang.NullPointerException: Cannot invoke method getBean() on null object at com.netflix.asgard.LoadBalancerController$_closure5.doCall(LoadBalancerController.groovy:157) at com.netflix.asgard.LoadBalancerControllerTests.testSaveSuccessfully(LoadBalancerControllerTests.groovy:88)

Interestingly, the failure only happens when I run all tests (grails test-app) but not when I run only the LoadBalancerCrontrollerTests, so it looks like there may be an order-dependency somewhere in the tests?

mkrogemann avatar Jul 19 '13 23:07 mkrogemann

asgard-pull-requests #100 SUCCESS This pull request looks good