-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Description
Currently we have a lot of tests failing on our CI and those failures probably also indicate that we have some real underlying bugs and not only flakes even though most of those are probably flaky tests.
To be concrete: almost 10% of all open issues are reports for "flaky" tests.
Nevertheless it is hard work to come by and it also increases the work for people who open PRs and us collaborators who land things because we always have to check the CI closely.
A lot of failures are also infrastructure related. But we simple do not have enough people to get a upper hand right now.
So I suggest to create a event like a hackathon where people are invited to fix those bugs. It is likely that it would be interesting for a couple persons and the combined knowledge in a room would probably also lead to even more bugs fixed than just having us sitting where ever we are right now. Especially for hard to come by bugs that do not have any stack trace.
Other programs do similar things like LibreOffice with their bug hunting sessions, even though that is nothing in person.
What do others think about that? @nodejs/collaborators @nodejs/tsc
I guess the foundation might be able to provide for all necessities for something like that?