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
This should probably be an optional feature implemented in planemo and used in the action.
We use id_secret to encode integer primary keys, and these do change when running tests against a production server,
or when running tests in differently sized batches.
Sometimes (jbrowse for instance) these end up in the test data outputs, and will cause false positive test failures.
Similar idea for dates is implemented in #16
The text was updated successfully, but these errors were encountered:
This should probably be an optional feature implemented in planemo and used in the action.
We use
id_secret
to encode integer primary keys, and these do change when running tests against a production server,or when running tests in differently sized batches.
Sometimes (jbrowse for instance) these end up in the test data outputs, and will cause false positive test failures.
Similar idea for dates is implemented in #16
The text was updated successfully, but these errors were encountered: