Mutation testing for pull requests via arcmutate

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: Mutation testing for pull requests via arcmutate
Date: 2022-02-24 16:32:07
Message-ID: CAB=Je-H3o=XaYayuP9u+WKceg=8Be8ipyzgp+cxE6dkr+KE8dA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

Does anybody want to try adding mutation testing to pgjdbc codebase?
I hope it should help to test tests.

Recently I noticed there's https://www.arcmutate.com/ effort by pitest team
They unlock running mutation testing for the pull requests,
so it sounds like a good plan to surface bugs in the added code.

I could help you with guiding through CI/Gradle stuff if needed,
however, I have not tried arcmutate yet.

I'm sure it would be an awesome contribution.

Vladimir

Browse pgsql-jdbc by date

  From Date Subject
Next Message Stanislav Bashkyrtsev 2022-02-27 09:54:49 2x slowdown of JDBC driver 42.3.0+
Previous Message Fabio Cechinel Veronez 2022-02-17 17:40:04 [pgjdbc/pgjdbc] a96639: docs: Fix CHANGELOG.md misformatted markdown headi...