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
Browse filesBrowse the repository at this point in the historyBrowse files
Scaffold Bot
committed
fix(test): parse cache_size=N/M format in stateless-demo-04 test
The service outputs cache_size=4/4 (size/capacity in one field) but
the test expected a separate cache_capacity= field. Extract capacity
from the denominator as a fallback, and guard all grep pipelines with
|| true so pipefail doesn't abort on a no-match.
0 commit comments