Skip to content

Commit

Permalink
Adjusting operations
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Jan 7, 2025
1 parent 10fa31c commit f0030ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test_runlocal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cat out/message_capture.log
echo Captured $(wc -l out/message_capture.log) messages.

systems=$(find out/registries/ -name \*update_model.json | xargs jq .system | fgrep -v null | wc -l)
[[ $systems == 412 ]] || fail Expected 412 system operations, found $systems
[[ $systems == 206 ]] || fail Expected 206 system operations, found $systems

deletes=$(find out/registries/ -name \*update_model.json | xargs jq .cloud.operation | fgrep DELETE | wc -l)
[[ $deletes == 1 ]] || fail Expected 1 delete operations, found $deletes
Expand Down

0 comments on commit f0030ca

Please sign in to comment.