Fuzzing and Property-Based Testing in Go


Details
Fuzzing and Property-Based Testing in Go
Humans can typically generate a few dozen test cases before they get bored. Fuzzing and property-based testing can generate hundred or thousands of test cases, and find bugs even in mature code. We’ll look at some automatic testing tools for Go: go-fuzz, test/quick, and gopter.
Presenter: Mark Gritter is Vault Advisor at HashiCorp.
Located at SPS Tower. 333 S 7th St, Minneapolis, MN 55402
From street level, go up the escalator and take the elevator bank to the 8th floor.
Agenda
- 6pm - 6:30pm: Networking, food & drink sponsored by SPS Commerce, Announcements
- 6:30pm - 8pm: Open session of discussion and collaboration!
- 8pm - 8:30pm - Networking
Street parking available around the SPS Commerce building which is free after 6pm on non-event days (US Bank). Several parking ramps are nearby.
Interested in sharing at an upcoming meetup? We'd love to hear what you have to share! Contact the meetup organizers to get the ball rolling!
https://www.meetup.com/Minneapolis-Golang/members/?op=leaders
If anyone has any problems or questions, feel free to text or call:
- Jesse Lang - 612-568-8380
- Jack Spirou - 630-715-4302
Additional Resources
For Go specific events, announcements, training, and jobs in Minneapolis, check out this document (http://bit.ly/minneapolis-golang)!
Slack Channel for Gophers - gophers.slack.com (http://gophers.slack.com/)
To get added, fill out the invite form here:
https://gophersinvite.herokuapp.com/
Join the local channel: https://gophers.slack.com/messages/minneapolis/
Go Forum - forum.golangbridge.org (http://forum.golangbridge.org/)
GoBridge (https://twitter.com/golangbridge) is dedicated to building bridges that educate underrepresented communities to teach technical skills and foster diversity in Go.
Special Offers
Get 50% off most ebooks + videos and 40% off most print books from @oreillymedia by using code PCBW http://oreil.ly/1gETXNy
Go OSS Help Wanted Projects (https://github.com/corylanou/oss-helpwanted) - Check out this repo if you want to contribute to open source Go projects. Most projects are labeled for easy/medium/hard issues as well.
How to run a Go Meetup (https://github.com/corylanou/go-meetup) - This is a great resource on how to run a Go meetup and resources to help you run your meetup.
Announcement Reminders:
• Thank You!
• Where are the bathrooms
• Host Announcements
• Job Openings / Hiring Announcements
• Events / Training
• Announce next meetup

Fuzzing and Property-Based Testing in Go