Sorry for replying late,
I did some debugging and found out the some of e2e test docker containers are failing to start on my machine.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0a0063136bf4 medicmobile/cht-nginx:master "/docker-entrypoint.…" 2 minutes ago Up 2 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp cht-e2e-nginx-1
d373a39620be medicmobile/cht-api:master "/bin/bash /service/…" 2 minutes ago Up 2 minutes 5988/tcp cht-e2e-api-1
9c50fa068e3d medicmobile/cht-sentinel:master "/bin/bash /service/…" 2 minutes ago Up 2 minutes cht-e2e-sentinel-1
30b24063f91f medicmobile/cht-couchdb:master "tini -- /docker-ent…" 2 minutes ago Up About a minute 4369/tcp, 5984/tcp, 9100/tcp cht-e2e-couchdb-2.local-1
9ca4d49f8fd7 medicmobile/cht-couchdb:master "tini -- /docker-ent…" 2 minutes ago Restarting (2) 12 seconds ago cht-e2e-couchdb-1.local-1
34f2dde5231b medicmobile/cht-haproxy:master "/entrypoint.sh" 2 minutes ago Restarting (1) 12 seconds ago cht-e2e-haproxy-1
3baacd82f791 medicmobile/cht-couchdb:master "tini -- /docker-ent…" 2 minutes ago Up About a minute 4369/tcp, 5984/tcp, 9100/tcp cht-e2e-couchdb-3.local-1
bda1537308cb medicmobile/cht-haproxy-healthcheck:master "/bin/sh -c \"/app/ch…" 2 minutes ago Up 2 minutes cht-e2e-healthcheck-1
I suspect this might be linked to the ulimit error I had earlier.
I think it will be more productive if i try to contribute to some other issue than e2e tests.
Thank you for your time and consideration!