ssec-jhu / dplutils

Distributed(Data, Discovery) Pipeline Uitilities
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Test might need robustification for ray actor wrapped observer #27

Closed amitschang closed 9 months ago

amitschang commented 9 months ago

the test test_ray_actor_wrapped_observer in test_ray_executor.py might need some boundary condition to ensure the pipeline has fully executed before checking the length of results. It could explain https://github.com/ssec-jhu/dplutils/actions/runs/7062866758/job/19227624513, which seems to indicate that the pipeline ran through but check might have started before all remote data reolved.