Skip to content

fix(common.opcua): Skip file permission check on Windows - #18064

Merged
skartikey merged 1 commit into
influxdata:masterfrom
skartikey:common_opcua_test_fix
Nov 27, 2025
Merged

fix(common.opcua): Skip file permission check on Windows#18064
skartikey merged 1 commit into
influxdata:masterfrom
skartikey:common_opcua_test_fix

Conversation

@skartikey

Copy link
Copy Markdown
Contributor

Summary

Windows does not support Unix-style file permissions, causing TestGenerateCertPersistentPaths to fail when checking for 0600 permissions. The test expects 0x180 (0600) but Windows returns 0x1b6 (0666).

Checklist

Related issues

resolves #

  Windows does not support Unix-style file permissions, causing
  TestGenerateCertPersistentPaths to fail when checking for 0600
  permissions. The test expects 0x180 (0600) but Windows returns
  0x1b6 (0666).
@telegraf-tiger telegraf-tiger Bot added area/opcua fix pr to fix corresponding bug labels Nov 26, 2025
@telegraf-tiger

Copy link
Copy Markdown
Contributor
@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Nov 27, 2025
@srebhan srebhan removed their assignment Nov 27, 2025
@skartikey
skartikey merged commit a5487b6 into influxdata:master Nov 27, 2025
27 checks passed
@github-actions github-actions Bot added this to the v1.37.0 milestone Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/opcua fix pr to fix corresponding bug ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.

3 participants