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

[WIP] Switch python tests to testgres #16

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ololobus
Copy link
Contributor

@ololobus ololobus commented Oct 23, 2019

I have added TCP-DS in a separate PR #17, since it is difficult to do two huge things at once (migrating to testgres and adding TCP-DS). Although I still think that tesgress is a powerful Postgres testing framework and hope that migration to it will help us to unify our testing routines across different projects. So I keep this PR and mark it as work-in-progress for now.

@codecov-io
Copy link

codecov-io commented Oct 25, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   77.09%   86.25%   +9.16%     
==========================================
  Files           4        2       -2     
  Lines         502      502              
==========================================
+ Hits          387      433      +46     
+ Misses        115       69      -46
Impacted Files Coverage Δ
pg_bin/include/postgresql/server/utils/palloc.h
pg_bin/include/postgresql/server/storage/s_lock.h
signal_handler.c 95.18% <0%> (+3.71%) ⬆️
pg_query_state.c 84.48% <0%> (+10.57%) ⬆️

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 0ebe691...7e81aaf. Read the comment docs.

@ololobus ololobus changed the title Switch python test to testgres and add stress test Switch python test to testgres Oct 26, 2019
@ololobus ololobus changed the title Switch python test to testgres [WIP] Switch python test to testgres Oct 26, 2019
@ololobus ololobus mentioned this pull request Oct 27, 2019
@ololobus ololobus changed the title [WIP] Switch python test to testgres [WIP] Switch python tests to testgres Oct 27, 2019
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.

3 participants