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
tests: address CodeRabbit review comments from downstream PR
- Rename local variable `tag` to `bundleTag` in catalog.Build to avoid
shadowing the method's `tag` parameter
- Fail the step with an error on invalid LargeCRD field counts in the
bundle option parser; use strconv.ParseInt with bitSize 0 to also
reject non-positive values
- Look up channels by name in TestCatalog_FBCGeneration instead of
assuming insertion order
- Use errgroup.Group with SetLimit(8) in ScenarioCleanup deletion loop
to bound concurrent goroutines and kubectl calls
- Clarify README that ClusterObjectSet deletion is conditional on the
BoxcutterRuntime feature gate
- Add missing `text` language specifier to fenced code block in
e2e-isolation design doc
- Remove extra blank line in setup.sh
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments