Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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