x/playground: simplify development and testing #69403
Labels
Friction
Nuisances that make good candidates for our "friction" fix-it weeks
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
The playground development setup requires Docker, and as a result there is relatively little test coverage using
go test
(and therefore very little coverage in our default CI). CL 612456 is an example of a small change where a test would have been nice, but was not feasible due to friction and time constraints. Proof: in https://go.dev/cl/549015, I had actually started this fix for a related issue, and stalled because it was a low priority and I felt a test was warranted.As a de-facto-but-superficial maintainer of the playground, I think this friction is holding back playground fixes and other improvements. From first principles, we should be able run the playground without Docker, and in doing so should be able to write end-to-end tests.
I think this is a good candidate for a friction fixit week.
The text was updated successfully, but these errors were encountered: