-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix Warnings in Test Suite Output #976
Comments
@ethagnawl agreed, this is not helping when running tests. Would you have time to put together a PR that addresses this, perhaps? Thanks for bringing this to our attention! |
@zachfeldman Sure. I can start chipping away at the infractions. |
Urock! |
I'm working on this now. Some of these warnings are legit, but it looks like a lot of them are coming from outdated test deps. I'll post a PR in a bit. |
Thanks @lynndylanhurley ! |
Thanks for removing some of them! But still there are tons of warnings, the main ones are:
You can omit them with |
This issue now has a funding of 0.08 ETH (61.36 USD) attached to it.
|
A lot of these warnings are outside of our control. I've noticed that running |
@lynndylanhurley the test warnings can be hidden from the test output by adding As to wether hiding the warnings is the best solution for this, I'm not entirely sure. |
Fixes deprecation warnings in test runs when models have been modified prior to locking in updating auth header. Part of a fix for lynndylanhurley#976
* Remove verbose warnings in test output Fixes issue #976 * Ensure resource is pristine before locking Fixes deprecation warnings in test runs when models have been modified prior to locking in updating auth header. Part of a fix for #976 * Suppress expected omniauth errors in tests Fix for #976 * Refactoring resource pristine code Code improvements for 2208ae3 noted in code climate
@asartalo please feel free to claim the bounty! Thanks for your help on this one. |
@asartalo @zachfeldman hi from gitcoin.co ! let me know if you need any help claiming the bounty |
@zachfeldman should i be closing the bounty for this? i see that you closed the issue already... |
oh ok i was confused bc the github issue is closed now but the bounty is still open 👌 |
Oh ok yeah I don't know what to do in your system, feel free to explain it to me better. If I close the bounty does @asartalo get it? Do I have to award it first? |
once @asartalo claims the bounty ( at https://gitcoin.co/funding/details?url=https://github.com/lynndylanhurley/devise_token_auth/issues/976 ), @gitcoinbot will comment on this thread. then there will be an 'accept' button on gitcoin you can use the pay it out directly to his ETH address :) |
@zachfeldman @asartalo @owocki I still see this one open on Gitcoin. Wayne, can you claim so no one else sees it as open? If you need any gas to make the claim from Metamask, let us know :) |
@zachfeldman Alternative route... if you think @asartalo has done enough to be awarded this bounty, we can tip him for the amount and you can close this one out. Might be worth doing to close the loop. cc @owocki - What do you guys think? |
@vs77bb frankly anything that stops the notifications on this I'm down for. This has been way more communication about this than is necessary or useful, as an unpaid maintainer.... |
You should use gitcoin or email to contact him but don't use the issues for this kind of communication |
While running the test suite (using Ruby 2.2.5 and 2.4.0) there are hundreds/thousands of lines worth of warnings output.
Some examples:
They distract from the task at hand and, where possible, should be addressed.
The text was updated successfully, but these errors were encountered: