dice-group / sask

Projectgroups Search and Extraction
GNU Affero General Public License v3.0
2 stars 10 forks source link

RiveScript produces too much log #69

Open KHaack opened 6 years ago

KHaack commented 6 years ago

the RiveScript tests produces too much log for travis. Travis is limited to a 4MB log if this is exceeded, the build breaks. And RiveScript ignores the log setting :P

The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over).
The job has been terminated

In the next branches maven is silent, so it will still work. But in the future the tests should not produce so many logs anymore.

prasanthhs commented 6 years ago

Yes i know. But the logs are coming from the Rivescript library. Let me check if there are other options to disable library logs or reduce it. For now, your solution is OK.