Skip to content

OsOperation::makedirs is refactored#73

Merged
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260602_006--os_ops-makedirs
Jul 2, 2026
Merged

OsOperation::makedirs is refactored#73
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260602_006--os_ops-makedirs

Conversation

@dmitry-lipetsk

Copy link
Copy Markdown
Collaborator

Common

  • typing

RemoteOps:

  • raises original ExecUtilException exception
  • uses encoding
  • returns None <-------------- !!!

LocalOps:

  • uses exist_ok=True instead catch FileExistsError

TestOsOpsCommon

  • test_makedirs_failure is updated

Common
 - typing

RemoteOps:
- raises original ExecUtilException exception
- uses encoding
- returns None  <-------------- !!!

LocalOps:
- uses exist_ok=True instead catch FileExistsError

TestOsOpsCommon
 - test_makedirs_failure is updated
@dmitry-lipetsk dmitry-lipetsk force-pushed the D20260602_006--os_ops-makedirs branch from d772648 to e1570aa Compare July 2, 2026 14:00
@dmitry-lipetsk dmitry-lipetsk merged commit c99fbe6 into postgrespro:master Jul 2, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant