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

Silence wal logging during testing #3977

Merged
merged 4 commits into from
Sep 3, 2015
Merged

Conversation

corylanou
Copy link
Contributor

No description provided.

@@ -183,6 +183,7 @@ func NewConfig() *run.Config {

c.Data.Dir = MustTempFile()
c.Data.WALDir = MustTempFile()
c.Data.WALEnableLogging = false
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you change it to WALLoggingEnabled to be consistent with the other Enabled fields?

@otoolep
Copy link
Contributor

otoolep commented Sep 3, 2015

+1, once suggested changed by @benbjohnson is in place.

@corylanou
Copy link
Contributor Author

@otoolep @benbjohnson this had a bit of a ripple affect... another quick look pls?

@benbjohnson
Copy link
Contributor

+1

corylanou added a commit that referenced this pull request Sep 3, 2015
@corylanou corylanou merged commit 815faf3 into master Sep 3, 2015
@corylanou corylanou deleted the silence-wal-logging-test branch September 3, 2015 22:29
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.

None yet

3 participants