cockroachdb / replicator

replicator is a toolkit for ingesting logical replication feeds into a CockroachDB cluster
Apache License 2.0
60 stars 24 forks source link

.vscode: added in debugger and testdata setup for VSCode #1029

Closed ryanluu12345 closed 1 month ago

ryanluu12345 commented 1 month ago

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 Reviewable

bobvawter commented 1 month ago

IDE configurations shouldn't be checked in. The testdata/ change is reasonable.

ryanluu12345 commented 1 month ago

@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?

bobvawter commented 1 month ago

Since this doesn't touch anything that triggers the tests: https://github.com/cockroachdb/replicator/wiki/Contributing#workflow-status-bypass

ryanluu12345 commented 1 month ago

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.