Andy

Results 30 comments of Andy

Yeah, it looks to be the case. Extra `Create/MaybeReshuffle/Reshuffle/ReshufflePerKey/` being added. Let me try to repro a few commits earlier than this

Ran test on Dataflow at [PR681](https://ci-beam.apache.org/job/beam_PostCommit_Python39/681/changes) (commit 63d0f0d31ab633b1ecd8fec273ecf647585d3423) and passed, at [PR661](https://ci-beam.apache.org/job/beam_PostCommit_Python39/661/changes) (commit 033c30487434e44d85ff181bff4b5a84392e0b61) and passed, and at master at the time of writing (18ada2b043ad7319684cf8a12f2911e0a855cb43) and passed.

Yeah I've seen these before too, but it was never clear the culprits. That makes sense. Do you mean to double timeout for `ExerciseMetricsPipelineTest` tests, and not all Python [postcommits](https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_PostCommit_Python.groovy#L33)?

Used dockerfile with the contents ``` ARG BUILD_IMAGE=nvcr.io/nvidia/tensorrt:22.05-py3 FROM ${BUILD_IMAGE} ENV PATH="/usr/src/tensorrt/bin:${PATH}" WORKDIR /workspace RUN pip install --no-cache-dir apache-beam[gcp]==2.40.0 COPY --from=apache/beam_python3.8_sdk:2.40.0 /opt/apache/beam /opt/apache/beam RUN pip install --upgrade pip \ &&...

PTAL @TheNeuralBit

Thanks for the small fix and confirmation!