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
I am trying to set up build process on AWS, with multiple servers. All of our assets are minified and a hash suffix is added to help with cache invalidation on CDN.
I've run into a problem that different servers generate files with different suffixes, as the output is different (so, base64 generates different hash).
I am trying to set up build process on AWS, with multiple servers. All of our assets are minified and a hash suffix is added to help with cache invalidation on CDN.
I've run into a problem that different servers generate files with different suffixes, as the output is different (so, base64 generates different hash).
List of tests is exactly the same
but the actual order of tests source code is different on different machines.
Is there a way to ensure the order stays the same every time?
The text was updated successfully, but these errors were encountered: