Fix a bug in _get_function_body_without_inners for module sdks.python… #18414
GitHub Actions / Test Results
succeeded
Oct 1, 2024 in 0s
All 47 tests pass, 1 skipped in 21s
48 tests 47 ✅ 21s ⏱️
8 suites 1 💤
8 files 0 ❌
Results for commit aadb695.
Annotations
Check notice on line 0 in .github
github-actions / Test Results
1 skipped test found
There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenWithCache_thenRequestsResponsesCachedUsingCustom
Check notice on line 0 in .github
github-actions / Test Results
48 tests found
There are 48 tests, see "Raw output" for the full list of tests.
Raw output
org.apache.beam.io.requestresponse.CacheTest ‑ givenNonDeterministicCoder_readUsingRedis_throwsError
org.apache.beam.io.requestresponse.CacheTest ‑ givenNonDeterministicCoder_writeUsingRedis_throwsError
org.apache.beam.io.requestresponse.CacheTest ‑ givenWrongRedisURI_throwsError
org.apache.beam.io.requestresponse.CallShouldBackoffBasedOnRejectionProbabilityTest ‑ testValue
org.apache.beam.io.requestresponse.CallTest ‑ givenCallerNotSerializable_throwsError
org.apache.beam.io.requestresponse.CallTest ‑ givenCallerThrowsQuotaException_emitsIntoFailurePCollection
org.apache.beam.io.requestresponse.CallTest ‑ givenCallerThrowsTimeoutException_emitsFailurePCollection
org.apache.beam.io.requestresponse.CallTest ‑ givenCallerThrowsUserCodeExecutionException_emitsIntoFailurePCollection
org.apache.beam.io.requestresponse.CallTest ‑ givenCallerTimeout_emitsFailurePCollection
org.apache.beam.io.requestresponse.CallTest ‑ givenSetupTeardownNotSerializable_throwsError
org.apache.beam.io.requestresponse.CallTest ‑ givenSetupThrowsQuotaException_throwsError
org.apache.beam.io.requestresponse.CallTest ‑ givenSetupThrowsTimeoutException_throwsError
org.apache.beam.io.requestresponse.CallTest ‑ givenSetupThrowsUserCodeExecutionException_throwsError
org.apache.beam.io.requestresponse.CallTest ‑ givenSetupTimeout_throwsError
org.apache.beam.io.requestresponse.CallTest ‑ givenTeardownThrowsQuotaException_throwsError
org.apache.beam.io.requestresponse.CallTest ‑ givenTeardownThrowsTimeoutException_throwsError
org.apache.beam.io.requestresponse.CallTest ‑ givenTeardownThrowsUserCodeExecutionException_throwsError
org.apache.beam.io.requestresponse.CallTest ‑ givenTeardownTimeout_throwsError
org.apache.beam.io.requestresponse.CallTest ‑ givenValidCaller_emitValidResponse
org.apache.beam.io.requestresponse.CallerTest ‑ canSerializeImplementingClasses
org.apache.beam.io.requestresponse.CallerTest ‑ canSerializeWhenUsedInDoFn
org.apache.beam.io.requestresponse.CallerTest ‑ canSignalQuotaException
org.apache.beam.io.requestresponse.CallerTest ‑ canSignalTimeoutException
org.apache.beam.io.requestresponse.RepeaterTest ‑ givenCallerNonRepeatableError_emitsIntoFailurePCollection
org.apache.beam.io.requestresponse.RepeaterTest ‑ givenCallerQuotaErrorsExceedsLimit_emitsIntoFailurePCollection
org.apache.beam.io.requestresponse.RepeaterTest ‑ givenCallerRemoteSystemExceptionExceedsLimit_emitsIntoFailurePCollection
org.apache.beam.io.requestresponse.RepeaterTest ‑ givenCallerTimeoutErrorsExceedsLimit_emitsIntoFailurePCollection
org.apache.beam.io.requestresponse.RepeaterTest ‑ givenRepeatableErrorBelowLimit_emitsIntoOutputPCollection
org.apache.beam.io.requestresponse.RepeaterTest ‑ givenSetupNonRepeatableError_throws
org.apache.beam.io.requestresponse.RepeaterTest ‑ givenSetupQuotaErrorsExceedsLimit_throws
org.apache.beam.io.requestresponse.RepeaterTest ‑ givenSetupRemoteSystemErrorsExceedsLimit_throws
org.apache.beam.io.requestresponse.RepeaterTest ‑ givenSetupTimeoutErrorsExceedsLimit_throws
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenCallerAndSetupTeardown_thenCallerInvokesSetupTeardown
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenCallerOnly_thenProcessesRequestsWithDefaultFeatures
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenCustomBackoff_thenBackoffBehaviorCustom
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenCustomCallShouldBackoff_thenComputeUsingCustom
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenCustomSleeper_thenSleepBehaviorCustom
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenDefaultConfiguration_shouldRepeatFailedRequests
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenDefaultConfiguration_usesDefaultBackoffSupplier
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenDefaultConfiguration_usesDefaultCallShouldBackoff
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenDefaultConfiguration_usesDefaultSleeper
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenWithCache_thenRequestsResponsesCachedUsingCustom
org.apache.beam.io.requestresponse.RequestResponseIOTest ‑ givenWithoutRepeater_shouldNotRepeatRequests
org.apache.beam.io.requestresponse.SetupTeardownTest ‑ canSerializeImplementingClasses
org.apache.beam.io.requestresponse.SetupTeardownTest ‑ canSerializeWhenUsedInDoFn
org.apache.beam.io.requestresponse.SetupTeardownTest ‑ canSignalQuotaException
org.apache.beam.io.requestresponse.SetupTeardownTest ‑ canSignalTimeoutException
org.apache.beam.io.requestresponse.WindowedCallShouldBackoffTest ‑ resetsComputationPerWindow
Loading