Aaron Zinger

Results 6 comments of Aaron Zinger

Not sure what happened this time--it looks like the test timed out while the initial create changefeed statement was still executing.

"failed to initialize the load generator" is a test flake, not an a real failure, so I'll remove the release-blocker tag, but we should still triage this.

Looks like I introduced a new bug while fixing the previous one, fixing now.

Git seems to think there's nothing to backport here.

Sure, the file that motivated this is https://github.com/cockroachdb/cockroach/blob/master/pkg/ccl/changefeedccl/sink_pubsub.go#L272 . I've linked one line in particular where I'm calling CombineErrors on the output of another function in the same file that...