mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-11 15:52:55 +00:00
fix: failed to run a test when as a submodule Signed-off-by: luofucong <luofc@foxmail.com>
35 lines
834 B
Plaintext
35 lines
834 B
Plaintext
-- 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();
|
|
|
|
++|build()|++|branch:BRANCH|commit:COMMIT|commit_short:COMMIT_SHORT|clean:CLEAN|version:VERSION++
|
|
|
|
-- SQLNESS REPLACE (\d+\.\d+(?:\.\d+)+) VERSION
|
|
-- SQLNESS REPLACE [\s\-]+
|
|
SELECT version();
|
|
|
|
++|version()|++|VERSION|++
|
|
|
|
-- SQLNESS REPLACE \d+ PID
|
|
SELECT pg_backend_pid();
|
|
|
|
+------------------+
|
|
| pg_backend_pid() |
|
|
+------------------+
|
|
| PID |
|
|
+------------------+
|
|
|
|
-- SQLNESS REPLACE \d+ PID
|
|
SELECT connection_id();
|
|
|
|
+-----------------+
|
|
| connection_id() |
|
|
+-----------------+
|
|
| PID |
|
|
+-----------------+
|
|
|