Skip to content
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 docker build, add smoketests #1815

Merged
merged 19 commits into from
Jul 22, 2020
Merged

Fix docker build, add smoketests #1815

merged 19 commits into from
Jul 22, 2020

Conversation

vEpiphyte
Copy link
Contributor

  • Add healthchecks to the server containers
  • Add smoke tests to all the docker containers build in circleci
  • Fix a bug where containers were being bootstrapped in a fashion did not reflect changes to requirements.

@codecov
Copy link

codecov bot commented Jul 21, 2020

Codecov Report

Merging #1815 into master will decrease coverage by 30.61%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1815       +/-   ##
===========================================
- Coverage   96.20%   65.59%   -30.62%     
===========================================
  Files         139      139               
  Lines       26761    26761               
===========================================
- Hits        25746    17553     -8193     
- Misses       1015     9208     +8193     
Flag Coverage Δ
#linux 65.59% <ø> (-30.62%) ⬇️
#linux_replay 57.04% <ø> (-9.63%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
synapse/tools/guid.py 0.00% <0.00%> (-100.00%) ⬇️
synapse/lib/interval.py 0.00% <0.00%> (-100.00%) ⬇️
synapse/lib/ratelimit.py 0.00% <0.00%> (-100.00%) ⬇️
synapse/lib/crypto/ecc.py 0.00% <0.00%> (-100.00%) ⬇️
synapse/lookup/iso3166.py 0.00% <0.00%> (-100.00%) ⬇️
synapse/tools/json2mpk.py 0.00% <0.00%> (-100.00%) ⬇️
synapse/tools/pushfile.py 0.00% <0.00%> (-100.00%) ⬇️
synapse/lib/storm_format.py 0.00% <0.00%> (-100.00%) ⬇️
synapse/tools/healthcheck.py 0.00% <0.00%> (-100.00%) ⬇️
synapse/lib/crypto/tinfoil.py 0.00% <0.00%> (-100.00%) ⬇️
... and 71 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 124aa95...5d1e9de. Read the comment docs.

@codecov
Copy link

codecov bot commented Jul 21, 2020

Codecov Report

Merging #1815 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1815      +/-   ##
==========================================
- Coverage   96.20%   96.18%   -0.03%     
==========================================
  Files         139      139              
  Lines       26761    26761              
==========================================
- Hits        25746    25740       -6     
- Misses       1015     1021       +6     
Flag Coverage Δ
#linux 96.18% <ø> (-0.03%) ⬇️
#linux_replay 66.76% <ø> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
synapse/lib/spawn.py 95.48% <0.00%> (-0.65%) ⬇️
synapse/lib/snap.py 94.61% <0.00%> (-0.34%) ⬇️
synapse/lib/lmdbslab.py 98.34% <0.00%> (-0.21%) ⬇️

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 124aa95...5d1e9de. Read the comment docs.

@codecov
Copy link

codecov bot commented Jul 21, 2020

Codecov Report

Merging #1815 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1815   +/-   ##
=======================================
  Coverage   96.14%   96.14%           
=======================================
  Files         139      139           
  Lines       27053    27053           
=======================================
+ Hits        26009    26011    +2     
+ Misses       1044     1042    -2     
Flag Coverage Δ
#linux 96.14% <ø> (+<0.01%) ⬆️
#linux_replay 66.56% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
synapse/lib/lmdbslab.py 98.76% <0.00%> (+0.20%) ⬆️

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 b4ea5a6...f63774d. Read the comment docs.

@vEpiphyte vEpiphyte merged commit 503fcb9 into master Jul 22, 2020
@vEpiphyte vEpiphyte deleted the docker_build_fix branch July 22, 2020 14:15
@vEpiphyte vEpiphyte added this to the v2.5.0 milestone Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants