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

Acceptance/Integration Tests introduction #133

Merged
merged 5 commits into from Dec 12, 2018

Conversation

michelvocks
Copy link
Member

Acceptance/Integration tests are really important because they ensure that multiple components can still work together. In the past, we did this manually which had a negativ impact on our feature development time as well as it opened the door to introduce misterious side effects into Gaia.

This PR is the start of implementing an Acceptance/Integration test framework (we just use go tests) which also requires some refactoring.

@michelvocks michelvocks added the Needs Work The PR still requires some work from the submitter. label Dec 7, 2018
@michelvocks michelvocks self-assigned this Dec 7, 2018
@michelvocks michelvocks changed the title [WIP] Acceptance/Integration Tests introduction Acceptance/Integration Tests introduction Dec 10, 2018
@michelvocks michelvocks added the Ready To Merge PR is ready to be merged into master label Dec 10, 2018
@michelvocks michelvocks removed the Needs Work The PR still requires some work from the submitter. label Dec 10, 2018
@michelvocks
Copy link
Member Author

One job is failing because of the race condition which should be fixed with my other PR. Once #132 has been merged and the job doesn't crash it should be ready to get merged! 🤗

Copy link
Member

@Skarlso Skarlso left a comment

Choose a reason for hiding this comment

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

Really like the extraction of the server side stuff to server.go instead of making main even bigger. Nice job. :)

@codecov-io
Copy link

codecov-io commented Dec 12, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@a1cbf49). Click here to learn what that means.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #133   +/-   ##
=========================================
  Coverage          ?   64.02%           
=========================================
  Files             ?       25           
  Lines             ?     2171           
  Branches          ?        0           
=========================================
  Hits              ?     1390           
  Misses            ?      626           
  Partials          ?      155
Impacted Files Coverage Δ
services/service_provider.go 77.77% <ø> (ø)
workers/pipeline/create_pipeline.go 50% <33.33%> (ø)

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 a1cbf49...ca313da. Read the comment docs.

@michelvocks michelvocks merged commit 953ea75 into gaia-pipeline:master Dec 12, 2018
@michelvocks michelvocks deleted the acceptance_tests branch December 12, 2018 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready To Merge PR is ready to be merged into master
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants