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
When running uptest and supplying manifest-paths as a comma-separated list, the list ends up scrambled sometimes. This is due to the fact that internally the slice is transformed into a map and later read out element by element though the ordering in the map is not guaranteed.
This renders the usage of pre-and post-delete hooks for deletion ordering useless as the order is never guaranteed.
How can we reproduce it?
Happens with any list of manifest files supplied as an argument.
What environment did it happen in?
Uptest Version: v1.1.2
The text was updated successfully, but these errors were encountered:
What happened?
When running uptest and supplying manifest-paths as a comma-separated list, the list ends up scrambled sometimes. This is due to the fact that internally the slice is transformed into a map and later read out element by element though the ordering in the map is not guaranteed.
This renders the usage of pre-and post-delete hooks for deletion ordering useless as the order is never guaranteed.
How can we reproduce it?
Happens with any list of manifest files supplied as an argument.
What environment did it happen in?
The text was updated successfully, but these errors were encountered: