Files
greptimedb/tests/cases/standalone/common/function/system.sql
LFC 370d27587a refactor: make greptimedb's tests ran as a submodule (#6544)
fix: failed to run a test when as a submodule

Signed-off-by: luofucong <luofc@foxmail.com>
2025-07-18 08:01:30 +00:00

18 lines
495 B
SQL

-- SQLNESS REPLACE branch:\s+.+ branch: BRANCH
-- SQLNESS REPLACE commit:\s+.+ commit: COMMIT
-- SQLNESS REPLACE commit_short:\s+.+ commit_short: COMMIT_SHORT
-- SQLNESS REPLACE clean:\s+.+ clean: CLEAN
-- SQLNESS REPLACE version:\s+.+ version: VERSION
-- SQLNESS REPLACE [\s\-]+
SELECT build();
-- SQLNESS REPLACE (\d+\.\d+(?:\.\d+)+) VERSION
-- SQLNESS REPLACE [\s\-]+
SELECT version();
-- SQLNESS REPLACE \d+ PID
SELECT pg_backend_pid();
-- SQLNESS REPLACE \d+ PID
SELECT connection_id();