Assigned
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit e29360e9c7e06c527ce01a2358d3381200deee80
Author: Veyndan Stuart <veyndan@gmail.com>
Date: Mon Apr 17 17:46:41 2023
[GH] Remove all usages of DirectDispatcher in paging-common tests
Test: ./gradlew test connectedCheck
Bug: 275416222
This is an imported pull request fromhttps://github.com/androidx/androidx/pull/520 .
Resolves #520
Github-Pr-Head-Sha: b37b95f966993b68667831e08103c4d41215e077
GitOrigin-RevId: b447d5e8311b8b981d88da0d77b2b8e30e0e80c1
Change-Id: Ie179662ac1c64c8c1da72fc7c5e41d8bed410b64
M paging/paging-common/src/main/kotlin/androidx/paging/LegacyPagingSource.kt
M paging/paging-common/src/main/kotlin/androidx/paging/PagedList.kt
M paging/paging-common/src/test/kotlin/androidx/paging/LegacyPagingSourceTest.kt
M paging/paging-common/src/test/kotlin/androidx/paging/PageEventTest.kt
M paging/paging-common/src/test/kotlin/androidx/paging/PagingDataDifferTest.kt
M testutils/testutils-paging/src/main/java/androidx/paging/TestPagingDataDiffer.kt
https://android-review.googlesource.com/2542131
Branch: androidx-main
commit e29360e9c7e06c527ce01a2358d3381200deee80
Author: Veyndan Stuart <veyndan@gmail.com>
Date: Mon Apr 17 17:46:41 2023
[GH] Remove all usages of DirectDispatcher in paging-common tests
Test: ./gradlew test connectedCheck
Bug: 275416222
This is an imported pull request from
Resolves #520
Github-Pr-Head-Sha: b37b95f966993b68667831e08103c4d41215e077
GitOrigin-RevId: b447d5e8311b8b981d88da0d77b2b8e30e0e80c1
Change-Id: Ie179662ac1c64c8c1da72fc7c5e41d8bed410b64
M paging/paging-common/src/main/kotlin/androidx/paging/LegacyPagingSource.kt
M paging/paging-common/src/main/kotlin/androidx/paging/PagedList.kt
M paging/paging-common/src/test/kotlin/androidx/paging/LegacyPagingSourceTest.kt
M paging/paging-common/src/test/kotlin/androidx/paging/PageEventTest.kt
M paging/paging-common/src/test/kotlin/androidx/paging/PagingDataDifferTest.kt
M testutils/testutils-paging/src/main/java/androidx/paging/TestPagingDataDiffer.kt
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit c90911110f3ca7f1a42c8ab10336cc1f31b46eb2
Author: Veyndan Stuart <veyndan@gmail.com>
Date: Wed Apr 26 11:42:02 2023
[GH] Remove most usages of TestDispatcher in paging-common tests
Removes _all_ usages of `TestDispatcher` in the Paging 3 parts of `paging-common` tests, and _some_ usages of `TestDispatcher` in the Paging 2 parts of `paging-common` tests (`PagedListTest.kt` and `ContiguousPagedListTest.kt` are left).
Test: ./gradlew test connectedCheck
Bug: 275416222
This is an imported pull request fromhttps://github.com/androidx/androidx/pull/523 .
Resolves #523
Github-Pr-Head-Sha: 0cf2b192f55c6b90765f5c3933f05c2f4f56cf73
GitOrigin-RevId: 5aca127e493a5bc23ad1644d4dce04a062685421
Change-Id: I8cba2977a9ea040fde43fbf58547ab704a26051c
M paging/paging-common/src/test/kotlin/androidx/paging/LegacyPageFetcherTest.kt
M paging/paging-common/src/test/kotlin/androidx/paging/LegacyPagingSourceTest.kt
M paging/paging-common/src/test/kotlin/androidx/paging/PageKeyedDataSourceTest.kt
M paging/paging-common/src/test/kotlin/androidx/paging/PagingDataDifferTest.kt
https://android-review.googlesource.com/2564331
Branch: androidx-main
commit c90911110f3ca7f1a42c8ab10336cc1f31b46eb2
Author: Veyndan Stuart <veyndan@gmail.com>
Date: Wed Apr 26 11:42:02 2023
[GH] Remove most usages of TestDispatcher in paging-common tests
Removes _all_ usages of `TestDispatcher` in the Paging 3 parts of `paging-common` tests, and _some_ usages of `TestDispatcher` in the Paging 2 parts of `paging-common` tests (`PagedListTest.kt` and `ContiguousPagedListTest.kt` are left).
Test: ./gradlew test connectedCheck
Bug: 275416222
This is an imported pull request from
Resolves #523
Github-Pr-Head-Sha: 0cf2b192f55c6b90765f5c3933f05c2f4f56cf73
GitOrigin-RevId: 5aca127e493a5bc23ad1644d4dce04a062685421
Change-Id: I8cba2977a9ea040fde43fbf58547ab704a26051c
M paging/paging-common/src/test/kotlin/androidx/paging/LegacyPageFetcherTest.kt
M paging/paging-common/src/test/kotlin/androidx/paging/LegacyPagingSourceTest.kt
M paging/paging-common/src/test/kotlin/androidx/paging/PageKeyedDataSourceTest.kt
M paging/paging-common/src/test/kotlin/androidx/paging/PagingDataDifferTest.kt
Description