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 could happen if the user for example mistypes an ID. sda-admin reports no error but the services starts to malfunction, and reports this on the following requests:
Error: failed to [...], reason: failed to send request, reason: Post "http://localhost:8090/file/accession": EOF
Steps to reproduce sda-admin dataset create --dataset-id dataset1 non-existing-id1 bad-id2
A/C
Validate the files before mapping (if the file id exist) in sda-api
Describe the bug
It is possible to create a dataset with incorrect file IDs:
This could happen if the user for example mistypes an ID.
sda-admin
reports no error but the services starts to malfunction, and reports this on the following requests:Steps to reproduce
sda-admin dataset create --dataset-id dataset1 non-existing-id1 bad-id2
A/C
Expected behavior
Additional context
From #1026.
Estimation of size: medium
Estimation of priority: medium
The text was updated successfully, but these errors were encountered: