-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shopify acceptance tests fail and block the PRs #197
Comments
The problem is caused by the fact that I used:
# just for the current session, until restart
sudo modprobe iptable_nat
# include the nat module to survive restart
echo iptable_nat | sudo tee -a /etc/modules-load.d/modules This solves the problem. |
The tests still fail. These are:
All these tests seem to be flaky, dependent on the infrastructure and the development practices. They seem to be not related to the CDK changes, but blocking them. |
rpopov
changed the title
Shopify acceptance tests fail due to Dagger/Buildkit container failure
Shopify acceptance tests fail and block the PRs
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the CAT tests locally on:
Observations
fails with the container (Docker image: registry.dagger.io/engine v0.15.1) errors:
Namely:
/usr/sbin/iptables -t nat -S --wait
command fails with exit code 3 which does not allow the container to initialize and terminates it.man iptables
states: "Errors which indicate an incompatibility between kernel and user space cause an exit code of 3".ulimit -n 1048576
used to fail when used podman instead of docker.The same failure seems to happen in the pipelines of the Pull requests. Examples:
extra_fields
inglobal_substream_cursor
#195The logs report the same:
CustomSchemaNormalization
#194Async Retriever
change url path for download retriever #192Suggestion
with instructions how to resolve those issues locally.
The text was updated successfully, but these errors were encountered: