Eike Starkmann

Results 17 comments of Eike Starkmann

I would also like to have this feature. Using the netbrick fork i not a solution for me, because it seems to be unmaintained.

Not sure what to do here as far as i see we always use latest images. `IMAGE_PHP="ghcr.io/typo3/core-testing-$(echo "php${PHP_VERSION}" | sed -e 's/\.//'):latest"`

With parallel execution we have a race condition between functional test since they all are running on the same database: Duplicate entry '1' for key 'tx_tea_domain_model_tea.PRIMARY'

In composer we have this command and cannot at node stuff. "fix:php": [ "@fix:php:cs", "@fix:php:sniff" ],

Do we still need this (build/docker_install.sh): `apk add parallel`

These issues are related: #1574, #1575

### Documentation Run shellcheck for core runTest.sh: `docker run -it --init --rm --pull always --user 1000 -v ./:/project:ro -e 'SHELLCHECK_OPTS=-e SC2086' docker.io/koalaman/shellcheck:v0.10.0 /project/Bui ld/Scripts/runTests.sh` Result: ``` In /project/Build/Scripts/runTests.sh line 25:...

I know, don't want to integrate shellcheck, i just want to apply some rules of shellcheck, we than can decide for every rule separately. Or has this done before already?...

I see. Our intention was to be as near to the core runTest.sh as possible, to make it easier to keep them in sync. Seems like we have to discuss...