local integration tests #389

Closed
p4u1 wants to merge 6 commits from p4u1/abra:integration-tests into main
Member

Setup local server:

docker swarm init
docker network create -d overlay proxy

Then run tests with the following env variables:

TEST_SERVER=default ABRA_DIR=tests/dir bats -Tp tests/integration
Setup local server: ``` docker swarm init docker network create -d overlay proxy ``` Then run tests with the following env variables: ``` TEST_SERVER=default ABRA_DIR=tests/dir bats -Tp tests/integration ```
p4u1 added 2 commits 2023-11-13 14:41:09 +00:00
p4u1 added 1 commit 2023-11-14 11:03:37 +00:00
continuous-integration/drone/pr Build is failing Details
ab3518ad98
app_deploy.bats
p4u1 added 3 commits 2023-11-14 17:56:20 +00:00
continuous-integration/drone/pr Build is failing Details
5aad497ed0
fix build error
continuous-integration/drone/pr Build is failing Details
27fb892208
implement copy directory and file to container
p4u1 force-pushed integration-tests from 27fb892208 to 5aad497ed0 2023-11-20 20:37:42 +00:00 Compare
p4u1 added 1 commit 2023-11-20 21:41:59 +00:00
continuous-integration/drone/pr Build is failing Details
0142814d34
os independent
p4u1 added 1 commit 2023-11-20 21:46:30 +00:00
continuous-integration/drone/pr Build is failing Details
7139948e81
reset
p4u1 force-pushed integration-tests from 7139948e81 to a275202e0b 2023-11-20 21:47:09 +00:00 Compare
p4u1 changed title from WIP: local integration tests to local integration tests 2023-11-20 21:47:24 +00:00
Author
Member

@decentral1se this is ready for review. I removed all changes to actual test files to not increase the size of the pull request.

@decentral1se this is ready for review. I removed all changes to actual test files to not increase the size of the pull request.
Owner

I'll try and take a look today, unless you beat me to it @decentral1se ?

I'll try and take a look today, unless you beat me to it @decentral1se ?
decentral1se approved these changes 2023-11-27 09:32:45 +00:00
decentral1se left a comment
Owner

LGTM, YOLO mergin' thanks a bunch @p4u1 👏 🥇

LGTM, YOLO mergin' thanks a bunch @p4u1 👏 🥇
Owner

Oh strange, I don't seem to be able to merge it. Also I'm a bit confused about the 6 commits on the branch but then the changes showing only a limited selection of those changes? So, from the changes listed on https://git.coopcloud.tech/coop-cloud/abra/pulls/389/files I merged them in 316b59b465. I hope that's the intended change set. Lemme know if not and we can sort it out. Thanks!

Oh strange, I don't seem to be able to merge it. Also I'm a bit confused about the 6 commits on the branch but then the changes showing only a limited selection of those changes? So, from the changes listed on https://git.coopcloud.tech/coop-cloud/abra/pulls/389/files I merged them in 316b59b465b7cc6e0ab09edfc25760d81fb9a424. I hope that's the intended change set. Lemme know if not and we can sort it out. Thanks!
decentral1se closed this pull request 2023-11-27 09:43:57 +00:00
Author
Member

@decentral1se Thanks for merging :) This makes it easier for me to work in different branches.

And sorry for the mess with the commits. I didn't clean them up, because I'm used to a git workflow, where the commits get squashed before merging. Will do that by myself next time.

@decentral1se Thanks for merging :) This makes it easier for me to work in different branches. And sorry for the mess with the commits. I didn't clean them up, because I'm used to a git workflow, where the commits get squashed before merging. Will do that by myself next time.
Some checks failed
continuous-integration/drone/pr Build is failing

Pull request closed

Sign in to join this conversation.
No description provided.