Open getvictor opened 5 months ago
This is a good way to leverage existing tests by running our tests in an environment that more closely matches production deployments. Prioritizing for estimation.
Hey team! Please add your planning poker estimate with Zenhub @getvictor @jacobshandling @lucasmrod @mostlikelee @RachelElysia
Hey @lukeheath I noticed that there's a couple engineering-initiated requests that made it through estimation but were not updated to use the user story template and didn't get a user story (this request, #19724, #19530). I think it's important that all stories get a user story so that any contributor can understand the problem.
If you agree, who is responsible for writing user stories for engineering-initiated requests before estimation? Is is the requestor? EM? I'm happy to do it as well.
@noahtalerman I agree, thanks for pointing this out. I'll make sure any eng-initiated stories are in user story format before prioritizing for estimation moving forward. It is the requestor's responsibility.
@getvictor, Is this 4.58.0 ? Should we remove the milestone if so?
We committed this for this (4.57.0) sprint at kickoff.
We have read-after-write DB consistency issues when running in environments with large replication lag, and we don't even know about them.
We can efficiently find many of these issues by running our entire test suite with a master DB + replica DB configuration. This run can be a separate job so we don't impact our CI time. If we use the same replication configuration for all tests, the tests can run in parallel (like they do for our current MySQL tests).
Bonus points:
Notes: