ral-facilities / datagateway-api

ICAT API to interface with the DataGateway
Apache License 2.0
5 stars 4 forks source link

Data generator script doesn't return stable DataPublication dates #444

Closed louise-davies closed 1 year ago

louise-davies commented 1 year ago

Description: The icat_db_generator.py script passes the -15y start date variable to DataPublication publication dates and to DataPublicationDates. The problem then is that given the same seed on different days, the data will be off by the difference between the two days. This causes problems with generating data for e2e tests.

Acceptance criteria: