Getting CI errors like this: ` TypeError: Re...
# development
h
Getting CI errors like this:
TypeError: Required argument ('execution_enable_streaming') (pos 15) not found
in code that creates a
PyRemotingOptions
. Looks like execution_enable_streaming was removed in #10306 just now, but CI still expects it for some reason. Is that some known race condition in CI? Or do I need to invalidate native code manually somehow?