-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
cloud9 vm install generates many gem warnings on rake test #440
Labels
testing
issues are usually for adding unit tests, integration tests or any other tests for a feature
Comments
jywarren
added
the
testing
issues are usually for adding unit tests, integration tests or any other tests for a feature
label
Mar 23, 2016
There is -- |
Other options available here: http://stackoverflow.com/questions/5591509/suppress-ruby-warnings-when-running-specs |
@jywarren Is this problem still happening? I don't see these warnings in my cloud9 machine. |
If not then let's close this; the Jun 24th link is helpful if it recurs. Thanks! |
jywarren
pushed a commit
that referenced
this issue
May 29, 2018
Issue #440 has been resolved, so this line can be removed?
SrinandanPai
pushed a commit
to SrinandanPai/plots2
that referenced
this issue
May 5, 2019
Issue publiclab#440 has been resolved, so this line can be removed?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
testing
issues are usually for adding unit tests, integration tests or any other tests for a feature
Running rake test on this in cloud9 passes, but there are lots of unrelated external warnings from the gems; these warnings are not shown when running this locally. Running: rake test > test.log can be used to view just the test results in a file.
Asked for how to suppress these warnings here: http://stackoverflow.com/questions/36185485/exclude-external-gem-warnings-when-running-rake-test-in-rails
I was running it based on the README.md's cloud9 install process, and while tests did all pass, you can't see them easily due to the warnings.
My test machine is here: https://c9.io/jywarren/plots2-sqlite/
Excerpted from SO here:
I'm trying to set up a cloud9 (https://c9.io) test install of my Rails 3.2 app, so that new developers can quickly get it up and running for submitting changes and running tests. All my tests pass, but they're mixed in with many many warnings related to different gems:
... it continues and generates warnings for lots of other gems.
On my own Ubuntu/Debian machines, I don't see these warnings, and they make it hard to see the test results that are now interspersed among dozens of other lines of warnings.
Is there a way to suppress the warnings or configure my tests so that they don't trigger this level of verbosity?
The text was updated successfully, but these errors were encountered: