Skip to content

Commit

Permalink
fix: Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Dec 4, 2024
1 parent 4541e27 commit c6534c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
)
from posthog.temporal.batch_exports.s3_batch_export import (
FILE_FORMAT_EXTENSIONS,
S3HeartbeatDetails,
IntermittentUploadPartTimeoutError,
S3BatchExportInputs,
S3BatchExportWorkflow,
S3HeartbeatDetails,
S3InsertInputs,
S3MultiPartUpload,
get_s3_key,
Expand Down Expand Up @@ -1589,7 +1589,7 @@ def __init__(self, *args, **kwargs):
assert run.records_completed is None
assert (
run.latest_error
== "IntermittentUploadPartTimeoutError: An intermittent `RequestTimeout` was raised while attempting to upload part 1"
== "RecordBatchConsumerRetryableExceptionGroup: At least one unhandled retryable errors in a RecordBatch consumer TaskGroup (1 sub-exception)"
)

run = runs[1]
Expand Down

0 comments on commit c6534c8

Please sign in to comment.