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

idea for automated test #7

Closed
kjk opened this issue Aug 2, 2019 · 2 comments
Closed

idea for automated test #7

kjk opened this issue Aug 2, 2019 · 2 comments

Comments

@kjk
Copy link
Contributor

@kjk kjk commented Aug 2, 2019

Regarding automated testing, #3 could be caught with the following setup, which can be thought as integration (as opposed to unit) test for fuzzit:

  • create a repository like go-example (e.g. fuzzit-tester)
  • setup it up on travis CI with:
    • daily cron so that it gets re-executed daily
    • in ci/fuzzit.sh script, instead of downloading release build, builds fuzzit executable from master

This way once a day latest fuzzit code will be tested in an end-to-end fashion. If fuzzit fails like in #3, it'll be reported by CI system on fuzzit-tester repo.

@yevgenypats
Copy link
Collaborator

@yevgenypats yevgenypats commented Aug 2, 2019

Agree. I'll add this to example-go soon.

@yevgenypats
Copy link
Collaborator

@yevgenypats yevgenypats commented Aug 19, 2019

Moving to internal task mgmt as this is used for more public-facing features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.