You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a very good idea if we had a series of regression tests (possibly one for MPGC, one for MDS, and maybe one for the MDS Java API) that we could run after making a change to determine that at the very least we hadn't broken anything that could be deterministically tested.
Ideally, this would be a suite that could be automatically run and where it would be easy to add tests to.
There are some regression and acceptance test in the current test suit for the MDS Java API, but we still have to add a lot of tests.
mvn test -DtestSuite=suite/acceptance.xml
mvn test -DtestSuite=suite/regression.xml
The text was updated successfully, but these errors were encountered:
[imported from HPE issue 276]
It would be a very good idea if we had a series of regression tests (possibly one for MPGC, one for MDS, and maybe one for the MDS Java API) that we could run after making a change to determine that at the very least we hadn't broken anything that could be deterministically tested.
Ideally, this would be a suite that could be automatically run and where it would be easy to add tests to.
There are some regression and acceptance test in the current test suit for the MDS Java API, but we still have to add a lot of tests.
mvn test -DtestSuite=suite/acceptance.xml
mvn test -DtestSuite=suite/regression.xml
The text was updated successfully, but these errors were encountered: