scylladb-zpp-2024-javascript-driver / scylladb-javascript-driver

Apache License 2.0
6 stars 0 forks source link

CI: have a step that prevents regressions wrt passing tests #9

Open wprzytula opened 1 month ago

wprzytula commented 1 month ago

Once we have some tests passing, we don't want to lose them after some changes. Hence, it makes sense to introduce a CI step that prevents regressions, i.e. rejects a PR that makes some tests which were previously passing fail.

adespawn commented 1 month ago

Considering, that currently some tests pass because of datastax driver code, I don't thing it's a good idea to add this (for now)

wprzytula commented 1 month ago

Considering, that currently some tests pass because of datastax driver code, I don't thing it's a good idea to add this (for now)

Agreed. Let's keep it in mind, though, to take advantage of regressions detection as soon as possible.

wprzytula commented 3 weeks ago

Ref: #43