[FOLIO-1656] platform-core's loan_renewal test may fail when users share name attributes Created: 13/Dec/18 Updated: 03/Jun/20 Resolved: 17/Dec/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P2 |
| Reporter: | Zak Burke | Assignee: | Aditya matukumalli |
| Resolution: | Done | Votes: | 0 |
| Labels: | q4-2018, sprint53 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||
| Sprint: | |||||||||||||
| Description |
|
When multiple users share some aspects of a name in common, e.g. one user may have a username "Smith" and another may have a last-name "Smith", the loan-renewal test may fail if it expects a search to return a single row. Although the username is unique, because the search looks in multiple fields (username, first name, last name, ...) multiple users may match a single username. |