Welcome! Also https://publiclab.org/chat. Code of Conduct at http://publiclab.org/conduct
dependabot[bot] on bundler
Bump passenger from 6.0.13 to 6… (compare)
Hi Tilda Udufo I was wondering if you would have time to take a look at this intermittent test failure - seems related to a system test looking for an HTML element for login... sometimes it can't see it if the CSS has it hidden or if it doesn't wait long enough for it to appear... esp. with asynchronous calls.
https://github.com/publiclab/plots2/pull/11137#issuecomment-1138565335
Would you mind looking and I'm happy to offer some tips on how to get it passing more consistently -- sometimes we can add an extra wait or timeout... right now it's failing maybe 30-50% of the time i think, pretty annoying!
Folks you may see a LOT of dependabot PRs being merged... i'm just trying to catch us up after such a long time! My process for this is a) does it have a high "compatibility score" (a measure of whether the same upgrade passed tests on other projects) b) is the library's function covered by our test suite, c) are there any breaking changes listed or is it a major version increase... and more. I wrote up a guide to this here, actually! https://github.com/publiclab/mapknitter/issues/317#issuecomment-498816469
Maybe we should integrate this into our documentation better, it's a little complex but writing out the process helped!