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

Modify test-database make target to not capture stdout and log #1597

Merged
merged 1 commit into from May 17, 2019

Conversation

mliu49
Copy link
Contributor

@mliu49 mliu49 commented May 9, 2019

Motivation or Problem

When database tests fail, you get a million lines of logging statements, making it a pain to find the actual test results.

Description of Changes

Disable log capturing for make test-database.

Testing

Break the database and try running the tests. A couple easy options: change an index in training reactions to be a duplicate or change a group definition to be more specific than its children.

There are too many logging statements which get printed when the
tests fail, and they aren't usually useful. This way, it's much
easier to find the test output.

Also change the other arguments to the long forms for clarity.
@mliu49 mliu49 requested a review from mjohnson541 May 9, 2019 22:23
@mliu49 mliu49 self-assigned this May 9, 2019
@mliu49
Copy link
Contributor Author

mliu49 commented May 16, 2019

@mjohnson541, could you please take a look and merge this? It will only take a minute.

@mjohnson541
Copy link
Contributor

Can you rebase?

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

Successfully merging this pull request may close these issues.

None yet

2 participants