Wiktor Niesiobędzki

Results 53 comments of Wiktor Niesiobędzki

You can re-run FAST tests locally by: 1. Installing dependencies in your venv ``` (venv) $ pip install -r tests/requirements.txt ``` 2. Running tests as: ``` (venv) $ pytest tests/fast...

[E2E tests are running](https://github.com/GoogleCloudPlatform/fast-e2e/actions/runs/8603265839/)

Thank you very much for the report. This is considered missing documentation issue and is tracked in #2093 (see also discussion in #2080) With certificates the situation is a bit...

> I was thinking of creating a pull request that adds a random suffix to the name of the certificate with a recreate trigger depending on the domains. Would that...

[E2E Test run](https://github.com/GoogleCloudPlatform/fast-e2e/actions/runs/11428125379)

Does it work, if you try with very small extract, like Monaco?

> This is a known issue (see b/357666620). As a workaround, you can modify the subnet to a differente range. Thanks a lot, wouldn't suspect that the solution is so...

What filesystem do you use for storing the database? Does it support unix sockets? I wonder if double forward slashes do not make a difference here.

Just for test, can you try running: ``` docker exec -it /bin/bash apt update && apt install netcat-openbsd nc -lU /db/socket-test ``` If netcat shows no errors, then indeed, your...

I just pushed a new set of versions. Do they fail too?