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

Add integration tests to detect that the configuration is dumped in the stdout/logfile. #2134

Open
kislaykishore opened this issue Jul 9, 2024 · 0 comments

Comments

@kislaykishore
Copy link
Collaborator

Background:
GCSFuse dumps the configuration that it was started with in the log file/standard output depending upon whether it was started in background/foreground mode. We'd like to add integration tests to verify that the logging does happen.

Motivation:
Configuration logging helps determine what was the configuration of GCSFuse when it was run. It comes in handy while debugging issues.

Acceptance Criteria:
Add an integration test that should test whether the configuration is being dumped into the log file. We don't want to compare exactly whether all the flags are being written to since that'll lead to it becoming a change-detector test; we just want to know whether the dumping is happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant