This commit is contained in:
2025-05-29 11:30:42 +00:00
parent f1c012ec30
commit b0beeae19e
18 changed files with 420 additions and 426 deletions

View File

@ -13,7 +13,7 @@ tap.test('should handle concurrent route updates without race conditions', async
{
name: 'initial-route',
match: {
ports: 80
ports: 8080
},
action: {
type: 'forward' as const,
@ -23,7 +23,7 @@ tap.test('should handle concurrent route updates without race conditions', async
],
acme: {
email: 'test@test.com',
port: 80
port: 8080
}
};
@ -72,7 +72,7 @@ tap.test('should serialize route updates with mutex', async (tools) => {
port: 6002,
routes: [{
name: 'test-route',
match: { ports: [80] },
match: { ports: [8081] },
action: {
type: 'forward' as const,
targetUrl: 'http://localhost:3000'
@ -150,7 +150,7 @@ tap.test('should preserve challenge route state during cert manager recreation',
}],
acme: {
email: 'test@test.com',
port: 80
port: 8080
}
};