Skip to content

Commit c2b30d5

Browse files
committed
Fix select/missing test: script out of sync with output
The committed script used `trace musterr ... bundle deploy` while output.txt was generated from `errcode trace ... bundle plan`, so CI regenerated and diverged. Restore the intended errcode/plan script that matches the output. Co-authored-by: Isaac
1 parent bba4341 commit c2b30d5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

  • acceptance/bundle/select/missing
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
trace musterr $CLI bundle plan --select no_such_resource
2-
trace musterr $CLI bundle deploy --select jobs.no_such_job
1+
# Selectors are resolved by the ResolveSelect mutator during initialize, before the
2+
# engine is known, so these errors are identical on both engines.
3+
4+
# Unqualified name that matches no resource.
5+
errcode trace $CLI bundle plan --select no_such_resource
6+
7+
# Qualified name whose resource does not exist.
8+
errcode trace $CLI bundle plan --select jobs.no_such_job

0 commit comments

Comments
 (0)