Skip to content

Commit

Permalink
rename fxn to testWithManagedCommits
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvarya-db committed May 28, 2024
1 parent b2e295e commit 45ea8bc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ trait ManagedCommitTestUtils
* Run the test against a [[TrackingCommitOwnerClient]] with backfill batch size =
* `batchBackfillSize`
*/
def testWithTrackingInMemoryCommitOwner(
backfillBatchSize: Int)(testName: String)(f: => Unit): Unit = {
def testWithManagedCommits(backfillBatchSize: Int)(testName: String)(f: => Unit): Unit = {
test(s"$testName [Backfill batch size: $backfillBatchSize]") {
CommitOwnerProvider.clearNonDefaultBuilders()
CommitOwnerProvider.registerBuilder(TrackingInMemoryCommitOwnerBuilder(backfillBatchSize))
Expand Down

0 comments on commit 45ea8bc

Please sign in to comment.