Janek Klawe

Results 6 comments of Janek Klawe

> Interesting! From the "Draft" in the title, I am assuming you are still working on this, and making it usable on both s3 and gcs? Yes, the goal is...

There are two failing tests here. I think one of them (`test_parallel_fail`) may be a flake that we've seen elsewhere. The other one (`test_flow_handles_delete_gracefully[parallel]`) looks like a real bug. I...

[This PR](https://github.com/square/bionic/pull/295) has a concrete example. In this test case, `x` is non-memoized and non-persisted and is used by two other entities (`x_squared` and `y_x_cubed`). With the current behavior, we...

Just noting that we've also seen a `google.resumable_media.common.DataCorruption` error in the wild; however, I don't know if this is something that would be fixed with a retry.

Sure, that's a great idea. I'll do that this week. Let me run a short version by you to make sure it actually answers your question: * It's probably not...

Just noting that we've also seen a `google.resumable_media.common.DataCorruption` error in the wild; however, we don't know if this was a problem on Google's end or ours (I suspect Google's).