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
Description
Travis tests sometimes fail when running create batch tests due to the order of files changing on query results. We should do the ordering on the scale file ids and use that for determining which dataset file objects to retrieve and set the current file id accordingly. The current method can result in some files being processed twice and some not at all.
The text was updated successfully, but these errors were encountered:
* 📚 Updating data filter description to clarify filter types, conditions, etc
* 🔨 Changing 'in' conditions to only check overall list and not each item in the list; changing type variables to filter_type so we don't conflict with the keyword; adding test for 'array' type
* ✅ Fixing tests
* 🔨 Fixing transient batch testing bug and 504 error with empty results for creating dataset members
* 👌 Clarifying condition input params
* 👌 Adding examples for each condition
Closes#1760Fixes#1772; Fixes#1773
Description
Travis tests sometimes fail when running create batch tests due to the order of files changing on query results. We should do the ordering on the scale file ids and use that for determining which dataset file objects to retrieve and set the current file id accordingly. The current method can result in some files being processed twice and some not at all.
The text was updated successfully, but these errors were encountered: