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
so thatI can efficiently bring in documentation into the research environment that will assist my research.
Test Case
ENV
DEV
TEST
PROD
TESTCASE
Create a new non-code import request.
Upload a file of 19.5MB
Upload a file of 20.1MB
Click "Done Editing"
Refresh the page (may need to give a bit of time for validation)
EXPECTED
Based on https://proj.data.gov.bc.ca/jira/browse/PROOF-1769 validation for import files...
19.MB file should have a warning icon next to it
20.1MB file should have an error icon next to it with a file size error message
ACTUAL
All files display multiple "File is too large to validate" errors. See attached screenshot.
The text was updated successfully, but these errors were encountered:
Rules currently do not distinguish between import vs export, so a "policy" needs to be added to the data model, the Policy API and the callers need to specify the policy name.
The current "WORKING_LIMIT=5242880". This would need to be adjusted to cover the absolute max - which is 20Mb or 20971520 bytes.
Bundled size logic in Request API needs to have config based on whether its an export vs import.
As a researcher,
I want to be able to import file up to 20Mb
so that I can efficiently bring in documentation into the research environment that will assist my research.
Test Case
ENV
DEV
TEST
PROD
TESTCASE
EXPECTED
Based on https://proj.data.gov.bc.ca/jira/browse/PROOF-1769 validation for import files...
19.MB file should have a warning icon next to it
20.1MB file should have an error icon next to it with a file size error message
ACTUAL
All files display multiple "File is too large to validate" errors. See attached screenshot.
The text was updated successfully, but these errors were encountered: