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
test: add failing tests for multiple Refresh() calls
Add test cases that demonstrate the current limitation where
Refresh() can only be called once during an Updater's lifetime.
- TestMultipleRefreshCalls: Tests calling Refresh() multiple times
with metadata updates between calls
- TestMultipleRefreshCallsNoChanges: Tests calling Refresh() multiple
times when no changes are available
These tests currently fail with "cannot update timestamp after snapshot"
errors due to TrustedMetadata state machine restrictions.
Related to #593
Signed-off-by: James Carnegie <[email protected]>
0 commit comments