Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: nil deref in usage of incomplete experiment config policies (#10068
) Fix a call to cfg.Resources().Priority() on an experiment config without schemas.WithDefaults. I didn't call with defaults because the config is intentionally incomplete (we need to know what the user set, without any defaulting).
- Loading branch information