GoogleCloudPlatform / flaky-service

🥐a service for collecting and tracking flaky tests
Apache License 2.0
16 stars 9 forks source link

Use hashed test name as its id #255

Open cedpeters opened 4 years ago

cedpeters commented 4 years ago

Right now tests are retrieved from the database using their name. It would be better to hash that test name and give each test a more unique id.