google / grain

Apache License 2.0
254 stars 17 forks source link

Remove test for multiprocess modification of `InMemoryDataSource`. #562

Closed copybara-service[bot] closed 3 weeks ago

copybara-service[bot] commented 3 weeks ago

Remove test for multiprocess modification of InMemoryDataSource.

It is flaky and we do not generally support modification of sources during data processing. There's also no process safety locks on the object itself, it fully relies on native Python's ShareableList.