Skip to content

Commit

Permalink
Disable Redis Modules Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamazon committed Jun 4, 2024
1 parent 259ad57 commit 010db6e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 184 deletions.
69 changes: 0 additions & 69 deletions .github/workflows/install-redis-modules/action.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
target: "x86_64-unknown-linux-gnu"
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Redis Modules
uses: ./.github/workflows/install-redis-modules
with:
redis-version: ${{ matrix.redis }}

- name: test
run: npm test
working-directory: ./node
Expand All @@ -83,10 +78,6 @@ jobs:
npm ci
npm run build-and-test
working-directory: ./node/hybrid-node-tests/ecmascript-test

- name: test redis modules
run: npm run test-modules -- --load-module=$GITHUB_WORKSPACE/redisjson.so
working-directory: ./node

- uses: ./.github/workflows/test-benchmark
with:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,12 @@ jobs:
pip install -r ../benchmarks/python/requirements.txt
python -m mypy ..
- name: Install Redis Modules
uses: ./.github/workflows/install-redis-modules
with:
redis-version: ${{ matrix.redis }}

- name: Test with pytest
working-directory: ./python
run: |
source .env/bin/activate
cd python/tests/
pytest --asyncio-mode=auto --override-ini=addopts= --load-module=$GITHUB_WORKSPACE/redisjson.so
pytest --asyncio-mode=auto
- uses: ./.github/workflows/test-benchmark
with:
Expand Down
1 change: 0 additions & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"build-test-utils": "cd ../utils && npm i && npm run build",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"prepack": "npmignore --auto",
"test-modules": "jest --verbose --runInBand 'tests/RedisModules.test.ts'",
"prettier:check:ci": "./node_modules/.bin/prettier --check . --ignore-unknown '!**/*.{js,d.ts}'",
"prettier:format": "./node_modules/.bin/prettier --write . --ignore-unknown '!**/*.{js,d.ts}'"
},
Expand Down
99 changes: 0 additions & 99 deletions node/tests/RedisModules.test.ts

This file was deleted.

0 comments on commit 010db6e

Please sign in to comment.