Hi Maintainers, hope everyone is having a good weekend!
Just dropping this here for the start of the week:
While working on FINERACT-2003, I ran into `IndexOutOfBounds` crashes in the integration tests. It looks like the test harness relies on a fixed number of global configurations, so adding any new config (like the one needed for Password Reset) breaks the build.
I proposed a fix in https://github.com/apache/fineract/pull/5384 (FINERACT-2450) to make the harness dynamic and stable for everyone.
Could someone take a look when you have a moment?
I have also opened the main feature https://github.com/apache/fineract/pull/5387 (FINERACT-2003). It temporarily includes the test fix in that PR so the build passes and I will rebase it once the fix is merged.
Thanks!
Just dropping this here for the start of the week:
While working on FINERACT-2003, I ran into `IndexOutOfBounds` crashes in the integration tests. It looks like the test harness relies on a fixed number of global configurations, so adding any new config (like the one needed for Password Reset) breaks the build.
I proposed a fix in https://github.com/apache/fineract/pull/5384 (FINERACT-2450) to make the harness dynamic and stable for everyone.
Could someone take a look when you have a moment?
I have also opened the main feature https://github.com/apache/fineract/pull/5387 (FINERACT-2003). It temporarily includes the test fix in that PR so the build passes and I will rebase it once the fix is merged.
Thanks!