Profiling Test Data with Shawn McCarthy


Details
Shawn will be speaking to us again at GoDaddy's Tempe campus about their profile service tool and how they utilize it in their tests.
October's event will be at GoDaddy in Tempe as their engineer Shawn McCarthy will be talking to us about bucketing tests with their newly open sourced package Bucket-Service
Here's some info from Shawn:
The purpose of the profile service is to provide locked data to be used by the tests. This allows you to avoid concurrency issues. You store multiple profile entries (each gets their own profileId) meta data inside of the service (MongoDB backend), then when you run your test, you call the service which claims/locks one of those profile entries (profileId) so that another test can't use it. Each profile entry will automatically unlock after 10 minutes whether you explicitly unlock it or not.
https://github.com/godaddy/profile-service/
-----
If you or your company would like to sponsor a future meet up and provide food and/or giveaways, please contact Jayson!
Follow us: https://twitter.com/MOTPhx
Code of Conduct: https://www.ministryoftesting.com/handbook/events-and-conference-code-of-conduct/

Profiling Test Data with Shawn McCarthy