Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CI: enhance wait_for_event #1756

Merged
merged 2 commits into from
May 3, 2019
Merged

Conversation

murlock
Copy link
Contributor

@murlock murlock commented May 2, 2019

SUMMARY

During test on Travis, some tests were waiting specific events but previous events were used.
We can now add more filter to wait the wanted event.

The single and webhook testsuite was merged

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

tests

SDS VERSION
5.0.0.0a2.dev17

murlock added 2 commits May 2, 2019 14:24
wait_for_event method has now new parameters to be more
specifiq on event wanted.
Events consumed by this method will now be logged to allow
investigation.
@murlock murlock requested review from fvennetier and AymericDu May 2, 2019 14:35
@codecov-io
Copy link

Codecov Report

Merging #1756 into master will increase coverage by 0.09%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1756      +/-   ##
==========================================
+ Coverage    79.2%   79.29%   +0.09%     
==========================================
  Files         379      379              
  Lines       69960    69968       +8     
  Branches     6917     6917              
==========================================
+ Hits        55405    55471      +66     
+ Misses      14353    14296      -57     
+ Partials      202      201       -1
Impacted Files Coverage Δ
tests/functional/api/test_objectstorage.py 97.23% <100%> (ø) ⬆️
tests/utils.py 94.93% <100%> (+1.05%) ⬆️
meta0v2/meta0_remote.c 74.29% <0%> (-8.57%) ⬇️
tests/functional/cli/admin/test_service_decache.py 81.25% <0%> (-4.16%) ⬇️
meta1v2/meta1_prefixes.c 75.78% <0%> (-3.09%) ⬇️
oio/account/backend.py 81.25% <0%> (-2.67%) ⬇️
oio/blob/indexer.py 68.43% <0%> (-1.5%) ⬇️
sqliterepo/gridd_client_pool.c 80.71% <0%> (-1.31%) ⬇️
server/slab.c 83.77% <0%> (-1.29%) ⬇️
oio/conscience/client.py 85.55% <0%> (-1.2%) ⬇️
... and 30 more

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 c8080a8...cd75cf6. Read the comment docs.

@murlock murlock merged commit 43a7e56 into open-io:master May 3, 2019
@murlock murlock deleted the M-ci-refresh-tests branch January 9, 2020 07:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants