Fix parameterized test names in CrudProseTest by jyemin · Pull Request #1775 · mongodb/mongo-java-driver
jyemin
requested review from
rozza
and removed request for
a team
Previously, for a parameterized test like
CrudProseTest::testBulkWriteHandlesWriteErrorsAcrossBatches,
the test names in the JUnit XML output (and therefore in CI) were
[1] false
[2] true
Now the test names are
6. MongoClient.bulkWrite handles individual WriteErrors across batches--ordered:false
6. MongoClient.bulkWrite handles individual WriteErrors across batches--ordered:true
and appear in the IDEA UI like
6. MongoClient.bulkWrite handles individual WriteErrors across batches
--ordered:false
--ordered:true
and in Gradle output like
6. MongoClient.bulkWrite handles individual WriteErrors across batches
Test 6. MongoClient.bulkWrite handles individual WriteErrors across batches--ordered:false PASSED (5.1s)
Test 6. MongoClient.bulkWrite handles individual WriteErrors across batches--ordered:true PASSED
jyemin
deleted the
fix-parameterized-test-names-in-crud-prose-test
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters