Skip to content

tests: move session joining tests to their own process#53

Merged
mathstuf merged 1 commit intomasterfrom
fix-session-join-tests
Sep 27, 2020
Merged

tests: move session joining tests to their own process#53
mathstuf merged 1 commit intomasterfrom
fix-session-join-tests

Conversation

@mathstuf
Copy link
Owner

Fixes: #39

@codecov
Copy link

codecov bot commented Sep 27, 2020

Codecov Report

Merging #53 into master will increase coverage by 0.78%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   79.09%   79.88%   +0.78%     
==========================================
  Files          35       38       +3     
  Lines        2330     2371      +41     
==========================================
+ Hits         1843     1894      +51     
+ Misses        487      477      -10     
Impacted Files Coverage Δ
tests/join_anonymous_session.rs 100.00% <100.00%> (ø)
tests/join_existing_named_session.rs 100.00% <100.00%> (ø)
tests/join_new_named_session.rs 100.00% <100.00%> (ø)
src/tests/utils/kernel.rs 87.09% <0.00%> (-0.21%) ⬇️
src/tests/search.rs 100.00% <0.00%> (ø)
src/tests/instantiate.rs 100.00% <0.00%> (ø)
src/api.rs 48.39% <0.00%> (+0.73%) ⬆️
... and 1 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 ca18653...0cdd271. Read the comment docs.

@mathstuf mathstuf force-pushed the fix-session-join-tests branch from 7cf968d to fec04c4 Compare September 27, 2020 02:49
@mathstuf mathstuf force-pushed the fix-session-join-tests branch from fec04c4 to 0cdd271 Compare September 27, 2020 02:50
@mathstuf mathstuf merged commit 6dfa5e9 into master Sep 27, 2020
@mathstuf mathstuf deleted the fix-session-join-tests branch August 17, 2023 09:03
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.

Session joining tests fail in the same process

1 participant