Describe the Housekeeping
The nonoseq pipeline keeps failing in the integration suite during the creation of the "Create PCR Cycles Binned Plate" step. This plate is created upon the upload of an XLS file, and polymetadata is extracted and stored from the file.
The plate creation works correctly when tested manually.
There are no errors reported on the SS side. The issue appears to be that the request takes too long to complete, causing the connection to be closed. As a result, Limber sends a 500 error.
Increasing the timeout, as attempted in this PR did not resolve the issue.
Acceptance criteria
Response#header is obsolete
Failures:
1) Following the high throughput Targeted NanoSeq pipeline path starting with LTN Stock plate
Failure/Error: click_on 'Create Pcr cycles binned plate', wait: 60
Playwright::TimeoutError:
Timeout 132000ms exceeded.
Call log:
- attempting click action
- - waiting for element to be visible, enabled and stable
- - element is visible, enabled and stable
- - scrolling into view if needed
- - done scrolling
- - performing click action
- - click action done
- - waiting for scheduled navigations to finish
Describe the Housekeeping
The nonoseq pipeline keeps failing in the integration suite during the creation of the "Create PCR Cycles Binned Plate" step. This plate is created upon the upload of an XLS file, and polymetadata is extracted and stored from the file.
The plate creation works correctly when tested manually.
There are no errors reported on the SS side. The issue appears to be that the request takes too long to complete, causing the connection to be closed. As a result, Limber sends a 500 error.
Increasing the timeout, as attempted in this PR did not resolve the issue.
Acceptance criteria