Skip to content

Changed rake task in minitest_runner.rb to have no warnings output#4

Merged
ArturT merged 1 commit intoKnapsackPro:masterfrom
IZEA:rake-task-warning-levels
Mar 18, 2016
Merged

Changed rake task in minitest_runner.rb to have no warnings output#4
ArturT merged 1 commit intoKnapsackPro:masterfrom
IZEA:rake-task-warning-levels

Conversation

@patrickbizea
Copy link
Copy Markdown
Contributor

Due to the changes in this PR on Rake itself, executing the minitest rake task for Knapsack caused our test output to be filled with so many extraneous warning messages during test execution it both caused the output to be unreadably long and caused the semaphoreci threads to error out, apparently due to lack of memory. This reverts the setting for warnings on the Rake task defined in minitest_runner.rb to the pre-Rake v11.0.0 default, resolving both issues.

ArturT added a commit that referenced this pull request Mar 18, 2016
Changed rake task in minitest_runner.rb to have no warnings output
@ArturT ArturT merged commit 01de0eb into KnapsackPro:master Mar 18, 2016
ArturT added a commit to KnapsackPro/knapsack that referenced this pull request Mar 18, 2016
@ArturT
Copy link
Copy Markdown
Member

ArturT commented Mar 18, 2016

@patrickbizea I've released knapsack_pro 0.6.1 version. Thank you for PR!

@ArturT
Copy link
Copy Markdown
Member

ArturT commented Mar 18, 2016

I've released this fix also in knapsack gem https://github.com/ArturT/knapsack

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.

3 participants