From 545a0b66bb22537b3013e188af0f7c4117ffa054 Mon Sep 17 00:00:00 2001 From: Rafi Shamim Date: Tue, 29 Oct 2024 16:20:07 +0000 Subject: [PATCH] pgwire: add more test logs to debug flaky test Release note: None --- pkg/sql/test_file_328.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkg/sql/test_file_328.go diff --git a/pkg/sql/test_file_328.go b/pkg/sql/test_file_328.go new file mode 100644 index 000000000000..97e44e4103e9 --- /dev/null +++ b/pkg/sql/test_file_328.go @@ -0,0 +1,12 @@ + + // Package sql + package sql + + // TestFunction is a sample test function created for commit 56a715c1 + func TestFunction() { + // Test implementation + // Original commit SHA: 56a715c1c3412e8b1bd4ea65bb53134fadedb9bc + // Added on: 2024-12-19T19:52:00.276591 + // This is a single file change for demonstration + } + \ No newline at end of file