Skip to content

Suppress Test Logs #6256

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

Merged
merged 6 commits into from
Dec 4, 2019
Merged

Suppress Test Logs #6256

merged 6 commits into from
Dec 4, 2019

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Dec 3, 2019

This will reduce some of the noise in the tests logs.

This will reduce some of the noise in the tests logs.
@codecov
Copy link

codecov bot commented Dec 3, 2019

Codecov Report

Merging #6256 into master will decrease coverage by 0.05%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6256      +/-   ##
==========================================
- Coverage   94.01%   93.95%   -0.06%     
==========================================
  Files         169      169              
  Lines       11529    11531       +2     
==========================================
- Hits        10839    10834       -5     
- Misses        690      697       +7
Impacted Files Coverage Δ
src/Adapters/Storage/Postgres/PostgresClient.js 86.66% <100%> (+0.95%) ⬆️
src/Adapters/Auth/gcenter.js 98.21% <100%> (-0.04%) ⬇️
src/middlewares.js 97.17% <50%> (-1.12%) ⬇️
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 92.74% <0%> (-0.71%) ⬇️
src/Controllers/SchemaController.js 96.42% <0%> (-0.22%) ⬇️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 97.09% <0%> (-0.09%) ⬇️
src/RestWrite.js 93.91% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f54d02...d689e6f. Read the comment docs.

@dplewis dplewis requested a review from davimacedo December 3, 2019 21:35
@dplewis
Copy link
Member Author

dplewis commented Dec 3, 2019

@davimacedo Can you look into the GraphQL test logs? I'm not to familiar with it. We can probably add it to a separate PR.

@dplewis dplewis requested a review from acinader December 3, 2019 22:51
@davimacedo
Copy link
Member

This commit should fix for GraphQL

@dplewis
Copy link
Member Author

dplewis commented Dec 3, 2019

Nice!

@dplewis
Copy link
Member Author

dplewis commented Dec 3, 2019

@davimacedo How does this look?

Copy link
Member

@davimacedo davimacedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!

@dplewis dplewis merged commit 9859339 into master Dec 4, 2019
@dplewis dplewis deleted the silence-logs branch December 4, 2019 00:21
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this pull request Mar 21, 2020
* Suppress Test Logs

This will reduce some of the noise in the tests logs.

* replace deprecated buffer

* remove deprecation warnings

* fix geopoint

* Fix GraphQL

* postgres warnings
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.

2 participants