Preserve VLESS WebSocket variants during subscription refresh
This commit is contained in:
@@ -23,6 +23,7 @@ test('gateway deploy updates control without recreating dataplane', () => {
|
||||
assert.match(workflow, /git diff --no-renames --name-only "\$BEFORE_SHA"/);
|
||||
assert.match(workflow, /git diff-tree --no-renames/);
|
||||
assert.match(workflow, /git cat-file -e "\$\{BEFORE_SHA\}\^\{commit\}"/);
|
||||
assert.match(workflow, /npm_status=\$\?[\s\S]*! -x node_modules\/\.bin\/tsc[\s\S]*tail -n 200 \/root\/\.npm\/_logs\/\*-debug-0\.log[\s\S]*exit 1/);
|
||||
assert.match(workflow, /npm test[\s\S]*Image build and push skipped: no Gateway runtime impact\.[\s\S]*exit 0[\s\S]*docker login/);
|
||||
assert.match(workflow, /Image build and push skipped: no Gateway runtime impact\.[\s\S]*exit 0[\s\S]*\.\/scripts\/build-runtime-base\.sh/);
|
||||
assert.match(workflow, /Deploy skipped: no Gateway runtime impact\.[\s\S]*exit 0[\s\S]*bash scripts\/deploy-gateway\.sh/);
|
||||
|
||||
Reference in New Issue
Block a user