mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 13:02:55 +00:00
check for RegressTestMode
This commit is contained in:
@@ -273,7 +273,8 @@ SendDeltasToControlPlane()
|
|||||||
return;
|
return;
|
||||||
if (!ConsoleURL)
|
if (!ConsoleURL)
|
||||||
{
|
{
|
||||||
elog(LOG, "ConsoleURL not set, skipping forwarding");
|
if (!RegressTestMode)
|
||||||
|
elog(LOG, "ConsoleURL not set, skipping forwarding");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!ForwardDDL)
|
if (!ForwardDDL)
|
||||||
|
|||||||
Reference in New Issue
Block a user