Skip to content

Commit

Permalink
code comment
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed Jan 27, 2025
1 parent 67147aa commit 4d5fbd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/vt/schemadiff/schema_diff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,10 @@ func TestSchemaDiff(t *testing.T) {
// TestDiffFiles diffs two schema files on the local file system. It requires the $TEST_SCHEMADIFF_DIFF_FILES
// environment variable to be set to a comma-separated list of two file paths, e.g. "/tmp/from.sql,/tmp/to.sql".
// If the variable is unspecified, the test is skipped. It is useful for ad-hoc testing of schema diffs.
// The way to run this test is:
// ```sh
// $ TEST_SCHEMADIFF_DIFF_FILES=/tmp/1.sql,/tmp/2.sql go test -v -count=1 -run TestDiffFiles ./go/vt/schemadiff/
// ```
func TestDiffFiles(t *testing.T) {
ctx := context.Background()

Expand Down

0 comments on commit 4d5fbd8

Please sign in to comment.