grailbio / reflow

A language and runtime for distributed, incremental data processing in the cloud
Apache License 2.0
965 stars 52 forks source link

reflow/go: update testutil dependency to fix broken s3blob test #134

Closed prb2 closed 3 years ago

prasadgopal commented 3 years ago

I sent #133 to fix this. Also go 1.16 is the latest. There is a test in s3blob, which is failing, which i think is unrelated and can be fixed separately?

prb2 commented 3 years ago

I saw #133, thanks for the PR! Just merged it

There is a test in s3blob, which is failing

Yep, I made this draft PR to test out some fixes for the s3blob test (updating to the latest testutil) and the infra and base upgrades fix some other issues including buildreflow errors.

Those are now fixed, but it is now failing with some new unit test failures: TestLocalClusterAllocateAndOffers, TestSchedScaleMedium and TestSchedScaleLarge. I'll leave those for later.