[FOLIO-2248] Failing Integration tests on platform-core PR-383 stripes update to v2.10.0 Created: 09/Sep/19 Updated: 03/Jun/20 Resolved: 19/Sep/19 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P2 |
| Reporter: | John Malconian | Assignee: | Zak Burke |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | Core: F - Sprint 72 | ||||||||
| Development Team: | Prokopovych | ||||||||
| Description |
|
platform-core PR-383 is failing UI integration tests (the tests do not complete). The PR is stripes framework upgrade from 2.9.0 to 2.10.0. However, there are other differences (from master) in backend module dependencies that are pulled into the PR that may account for the issues. mod-circulation-16.5.1 -> mod-circulation-16.6.0 mod-source-record-storage-2.6.0 also seems to be a new dependency in platform-core. |
| Comments |
| Comment by John Malconian [ 09/Sep/19 ] |
|
https://folio-release-core.aws.indexdata.com is the stable build from master. http://platform-core-383-1.aws.indexdata.com is the PR-383 build. |
| Comment by Zak Burke [ 09/Sep/19 ] |
|
It's |
| Comment by John Malconian [ 12/Sep/19 ] |
|
This issue blocks
|
| Comment by Zak Burke [ 19/Sep/19 ] |
|
Fixed in platform-core PR #399 by aggregating all the version updates that handle the <MultiColumnList> changes in stripes-components (i.e. changes to integration tests in other repositories), and updating ui-circulation and ui-checkin to versions without the buggy version of react-to-print, which embedded its own copy of React, putting multiple versions of react in the build, AND updated the version of React to v16.8, up from v16.6, since we now have modules that use hooks. |