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

Mute query errors on routine builds #114

Closed
bmschmidt opened this issue Aug 23, 2016 · 1 comment
Closed

Mute query errors on routine builds #114

bmschmidt opened this issue Aug 23, 2016 · 1 comment
Assignees

Comments

@bmschmidt
Copy link
Member

There's a slew of failed queries on builds, as noted here:

23/2016 15:30:09:ERROR:Query failed: 
SELECT count(*) FROM wordsheap
23/2016 15:30:09:ERROR:Query failed: 
SELECT count(*) FROM titleLookup
23/2016 15:30:09:ERROR:Query failed: 
SELECT count(*) FROM authorLookup
23/2016 15:30:09:ERROR:Query failed: 
SELECT count(*) FROM fedNumberLookup
23/2016 15:30:09:ERROR:Query failed: 
SELECT count(*) FROM paragraphNumberLookup

The code is happily recovering from there--they happen because certain tables aren't yet built, which it then proceeds to build. So nothing should be written to the screen.

@bmschmidt
Copy link
Member Author

Fixed c836b9e

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