Skip to content

Commit cfffcb5

Browse files
committed
refactor!: update MakeCluster functions to return error
- Update makeCluster to return (*cluster, error) - Modify MakeCluster, MakeClusterNoBootstrap, and MakeClusterCustom to return error - Update all test cases to handle potential errors from cluster creation - Replace t.Fatalf() calls with t.Logf() and error returns in makeCluster BREAKING CHANGE: MakeCluster, MakeClusterNoBootstrap, and MakeClusterCustom now return an additional error value, which needs to be handled in existing tests.
1 parent 500567f commit cfffcb5

File tree

2 files changed

+192
-108
lines changed

2 files changed

+192
-108
lines changed

0 commit comments

Comments
 (0)