Skip to content

Adding abstract errors and Windows workflow#5

Merged
gabriel-samfira merged 1 commit intocloudbase:mainfrom
fabi200123:unit-tests
Apr 19, 2024
Merged

Adding abstract errors and Windows workflow#5
gabriel-samfira merged 1 commit intocloudbase:mainfrom
fabi200123:unit-tests

Conversation

@fabi200123
Copy link
Contributor

  • Adding workflow for Windows
  • Adding abstract errors for config validation

@gabriel-samfira gabriel-samfira merged commit a0f67ce into cloudbase:main Apr 19, 2024
if l.UnixSocket != "" {
if _, err := os.Stat(l.UnixSocket); err != nil {
return fmt.Errorf("could not access unix socket %s: %q", l.UnixSocket, err)
return fmt.Errorf("could not access unix socket %s: %w", l.UnixSocket, err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self. Disable the Unix socket handling when running on Windows. Only remote TCP connections will work.

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.

2 participants