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

Move full cycle mini test to full cycle with shared params #169

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

Conversation

jonatas
Copy link
Contributor

@jonatas jonatas commented Jun 22, 2021

Work in progress. Our idea is to have a single command to run and share variables through different settings. As a first step we're:

  1. Renaming from full_cycle_minitest to full_cycle
  2. Creating a set of variables that can be used to configure
  3. Loop over the scenarios to make our life easier.

Steps missing:

Shared configuration to allow us to run the same scenario in different databases.

@jonatas jonatas changed the title Parametrize full mini test Move full cycle mini test to full cycle with shared params Jun 22, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #169 (2ff5561) into master (45b6321) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   65.25%   65.25%           
=======================================
  Files         145      145           
  Lines        5966     5966           
=======================================
  Hits         3893     3893           
  Misses       1960     1960           
  Partials      113      113           

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 45b6321...2ff5561. Read the comment docs.

Comment on lines +16 to +23
CONTAINER_NAME=timescaledb_benchmark
# setup pg with password and expose the default port.
sudo docker run -d --name $CONTAINER_NAME -p 5432:$PORT \
-e POSTGRES_PASSWORD=$PASSWORD \
timescale/timescaledb:latest-pg12

docker start $CONTAINER_NAME
sleep 2
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we wrap this in a check in case we're not running this locally?

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.

None yet

3 participants