test: fix backend-integration build test flaky fail#17913
Conversation
|
|
| origin: 'http://localhost:5009', | ||
| }, | ||
| preview: { | ||
| port: 5009, |
There was a problem hiding this comment.
server.strictPort is inherited to preview.strictPort and therefore the playground tried to listen to port 4173 even if one of the other playground is listening to it.
Specified the port number to avoid conflict.
patak-cat
left a comment
There was a problem hiding this comment.
I did the same while merging main in the v6 PR. I thought it was something that was only exposed there. I added strictPort that I thought was needed though. It feels a bit weird that we inherit this from the server config. Maybe one day we could do a breaking change and made this two independent.
Yeah, I agree this. |
Description
backend-intergration build test was failing on my machine.
refs #17886