Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue #338: Make devPhase part of groupName #345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mkrogemann
Copy link
Contributor

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?

@cloudbees-pull-request-builder

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistency in ASG name creation based on attributes (dev-phase etc.)
2 participants