Skip to content

Commit

Permalink
no edit
Browse files Browse the repository at this point in the history
  • Loading branch information
brother-jin committed Oct 31, 2024
1 parent 3f26e9d commit 3278b94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,19 +204,16 @@ jobs:
./pikatests.sh all clean
- name: Start codis, pika master and pika slave
working-directory: ${{ github.workspace }}/build
working-directory: ${{ github.workspace }}
run: |
chmod +x ../tests/integration/start_master_and_slave.sh
../tests/integration/start_master_and_slave.sh
chmod +x ../tests/integration/start_codis.sh
../tests/integration/start_codis.sh
cd tests/integration/
chmod +x start_master_and_slave.sh
./start_master_and_slave.sh
- name: Run Go E2E Tests
working-directory: ${{ github.workspace }}/build
working-directory: ${{ github.workspace }}
run: |
cd ../tools/pika_keys_analysis/
go test -v ./...
cd ../../tests/integration/
cd tests/integration/
chmod +x integrate_test.sh
sh integrate_test.sh
Expand Down
1 change: 1 addition & 0 deletions pikatests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function setup_pika_bin {
exit 1
fi
cp $PIKA_BIN src/redis-server
cp $PIKA_BIN tests/integration/pika
cp tests/conf/pika.conf tests/assets/default.conf
}

Expand Down

0 comments on commit 3278b94

Please sign in to comment.