Done
Details
Details
Assignee
Unassigned
UnassignedReporter
Yauhen Viazau
Yauhen ViazauDevelopment Team
Eureka
RCA Group
TBD
Priority
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created July 19, 2024 at 9:40 AM
Updated July 23, 2024 at 3:28 PM
Resolved July 19, 2024 at 1:40 PM
Overview: The export for the lists is failing on the LoC/FSE Dry run 1 env (non-ECS, ECS tenants)
Steps.
Login to the LoC/FSE Dry run 1 env
Open the “Lists” app
Click on any of the available lists(canned or not canned doesn’t matter)
Click on “Actions” => “*Export list (CSV)”*
Actual Result: Displays error toast message “Error: Export for list <Listname> failed.”
Expected Result: Displays success toast message *“*Export of <Listname> is being generated. This may take some time for larger lists.”. No error notifications are shown. List in CSV format is being downloaded in browser.
Additional information:
NOT reproducible on evrk2
GET /lists/de064992-ef4e-4e32-9307-3d1bc02268f2/exports/234cf1bd-f397-42d8-beb2-7196b3872359
request has the following response body:{ "exportId": "234cf1bd-f397-42d8-beb2-7196b3872359", "listId": "de064992-ef4e-4e32-9307-3d1bc02268f2", "status": "FAILED", "startDate": "2024-07-19T09:41:51.852+00:00", "endDate": "2024-07-19T09:41:51.927+00:00", "createdBy": "39bf1bb8-680c-470a-bccb-ecd51cf0b13c", "fields": [ "user_active", "user_barcode", "user_first_name", "id", "user_last_name", "user_phone", "user_preferred_first_name", "username" ] }