(t *testing.T)
| 133 | // requesting retrieval tasks and returning all of them in one go. |
| 134 | func TestIterativeStateSyncIndividual(t *testing.T) { testIterativeStateSync(t, 1) } |
| 135 | func TestIterativeStateSyncBatched(t *testing.T) { testIterativeStateSync(t, 100) } |
| 136 | |
| 137 | func testIterativeStateSync(t *testing.T, batch int) { |
| 138 | // Create a random state to copy |
nothing calls this directly
no test coverage detected