Closed ryanluu12345 closed 1 month ago
IDE configurations shouldn't be checked in. The testdata/
change is reasonable.
@bobvawter , I just went ahead and gitignored all my local test data and debugging setup. Please let me know if this change looks good now?
Since this doesn't touch anything that triggers the tests: https://github.com/cockroachdb/replicator/wiki/Contributing#workflow-status-bypass
Since this doesn't touch anything that triggers the tests: https://github.com/cockroachdb/replicator/wiki/Contributing#workflow-status-bypass
Thanks for the tip! Just did this and adding to merge queue now.
As part of my learning of replicator, I wanted to step through all of the code an life of mutations, so I went ahead and created some starter VSCode debugger configurations that can better help folks who want to onboard with VSCode. I'll gitignore these and share these files via zip file in Google drive.
Also aded a testdata directory that is gitignored since I have local testdata I want to use for my local testing but I don't want to check these into the repo.
Release Note: None
This change is