You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2732 splits provisionerd package into provisionerd and provisionerd/runner packages, but leaves all the tests in provisionerd_tests.go
We should refactor the tests so that test cases for the runner are in a runner_test.go in the runner directory, and provisionerd_tests.go just tests the functionality in provisionerd itself.
The text was updated successfully, but these errors were encountered:
This issue is becoming stale. In order to keep the tracker readable and actionable, I'm going close to this issue in 7 days if there isn't more activity.
#2732 splits provisionerd package into
provisionerd
andprovisionerd/runner
packages, but leaves all the tests inprovisionerd_tests.go
We should refactor the tests so that test cases for the runner are in a
runner_test.go
in therunner
directory, andprovisionerd_tests.go
just tests the functionality inprovisionerd
itself.The text was updated successfully, but these errors were encountered: