Project

Profile

Help

Issue #9473

Updated by gerrod over 2 years ago

The test `test_v3_updated_at` fails randomly when it fails to assert the latest_version collection stays the same after the modify action.    The serializer seems to choose a different latest version sometimes even when the highest version collections don't change, but only after the modify action creates a new repository_version. (i.e. refreshing the `/collections/` endpoint doesn't change the latest_version).

Back