Skip to content

Commit

Permalink
More debug output for flx progress listener test
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Jul 18, 2024
1 parent fa325a0 commit 91d15bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ internal open class SyncSessionImpl(
},
progressMode == ProgressMode.INDEFINITELY
) { progressEstimate: Double ->
println("PROGRESS-CALLBACK: $progressEstimate")
val progress = Progress(progressEstimate)
trySendWithBufferOverflowCheck(progress)
if (progressMode == ProgressMode.CURRENT_CHANGES && progress.isTransferComplete) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ class FLXProgressListenerTests {
.initialSubscriptions {
add(it.query<SyncObjectWithAllTypes>("stringField = $0", getTestPartitionValue()))
}
.waitForInitialRemoteData(TIMEOUT)
.build()
}

Expand Down

0 comments on commit 91d15bd

Please sign in to comment.