Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with server socket_path #201

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

maxlambrecht
Copy link
Contributor

Pull request check list

  • Proper tests/regressions included?
  • Documentation updated?

Affected functionality

Previously, the galadriel-server run command did not utilize the socket_path property from the config file due to the socketPath flag taking precedence over the config file, even with a default value set.

The issue has been resolved by removing the default value for the socketPath flag in the run command. As a result, the galadriel-server now correctly utilizes the socket_path property when executing the run command.

Description of change

Which issue this pull requests fixes

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Collaborator

@Victorblsilveira Victorblsilveira left a comment

Choose a reason for hiding this comment

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

+1

@maxlambrecht maxlambrecht merged commit c8e2eb4 into HewlettPackard:main Jun 6, 2023
@maxlambrecht maxlambrecht deleted the fix-server-run branch June 6, 2023 20:27
maxlambrecht pushed a commit that referenced this pull request Jun 7, 2023
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