Skip to content

Chore: Integration Test & Fixtures Setup#268

Merged
perfectmak merged 1 commit intodevelopfrom
chore/ch20171/integration-test-setup
Dec 10, 2020
Merged

Chore: Integration Test & Fixtures Setup#268
perfectmak merged 1 commit intodevelopfrom
chore/ch20171/integration-test-setup

Conversation

@perfectmak
Copy link
Copy Markdown
Contributor

@perfectmak perfectmak commented Nov 30, 2020

CHANGELOG

  • Setup Integration Tests suites and also update to run them on CI. The integration test suite is run with ginkgo and uses gomega for assertions. Allowing us to follow a BDD approach to testing.
  • Refactored daemon app startup and shutdown logic, so daemon shutdown by explicitly calling shutdown instead of canceling context. Canceled Context was not working properly with the shutdown inside some of the components, so this was the easiest solution for now while we fix the component's logic. I created this issue to track it.
  • Add coverage report to CI result
  • Fix an issue with OpenSharedFile failing (was caught by the test)
  • Added a simple log level setter via configs passed to the app instance.

@perfectmak perfectmak force-pushed the chore/ch20171/integration-test-setup branch 6 times, most recently from 473b274 to 2b50a68 Compare December 9, 2020 18:32
@perfectmak perfectmak force-pushed the chore/ch20171/integration-test-setup branch from 2b50a68 to d153fc0 Compare December 9, 2020 19:04
Copy link
Copy Markdown
Contributor

@maurycy maurycy left a comment

Choose a reason for hiding this comment

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

This is awesome. LGTM. 🚀

Copy link
Copy Markdown
Contributor

@jsonsivar jsonsivar left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you for this 🙏 💪

@perfectmak perfectmak merged commit b72af25 into develop Dec 10, 2020
@perfectmak perfectmak deleted the chore/ch20171/integration-test-setup branch December 10, 2020 18:58
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