Skip to content

Commit f9caa7d

Browse files
committed
test separately
1 parent f453926 commit f9caa7d

File tree

2 files changed

+409
-13
lines changed

2 files changed

+409
-13
lines changed

.github/workflows/integration-tests-v2.yaml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,27 @@ jobs:
3535
- name: Install dependencies
3636
run: npm install
3737

38-
- name: Setup database and engine
39-
id: setup
40-
uses: firebolt-db/integration-testing-setup@v2
41-
with:
42-
firebolt-client-id: ${{ secrets.FIREBOLT_CLIENT_ID_STG_NEW_IDN }}
43-
firebolt-client-secret: ${{ secrets.FIREBOLT_CLIENT_SECRET_STG_NEW_IDN }}
44-
account: ${{ vars.FIREBOLT_ACCOUNT }}
45-
api-endpoint: "api.staging.firebolt.io"
46-
engine-version: ${{ inputs.engine-version }}
38+
# - name: Setup database and engine
39+
# id: setup
40+
# uses: firebolt-db/integration-testing-setup@v2
41+
# with:
42+
# firebolt-client-id: ${{ secrets.FIREBOLT_CLIENT_ID_STG_NEW_IDN }}
43+
# firebolt-client-secret: ${{ secrets.FIREBOLT_CLIENT_SECRET_STG_NEW_IDN }}
44+
# account: ${{ vars.FIREBOLT_ACCOUNT }}
45+
# api-endpoint: "api.staging.firebolt.io"
46+
# engine-version: ${{ inputs.engine-version }}
4747

48-
- name: Run integration tests
48+
- name: Run memory test
4949
env:
5050
FIREBOLT_ACCOUNT: ${{ vars.FIREBOLT_ACCOUNT }}
51-
FIREBOLT_DATABASE: ${{ steps.setup.outputs.database_name }}
52-
FIREBOLT_ENGINE_NAME: ${{ steps.setup.outputs.engine_name }}
51+
FIREBOLT_DATABASE: "petro_test"
52+
FIREBOLT_ENGINE_NAME: "petro_test"
5353
FIREBOLT_API_ENDPOINT: "api.staging.firebolt.io"
5454
FIREBOLT_CLIENT_ID: ${{ secrets.FIREBOLT_CLIENT_ID_STG_NEW_IDN }}
5555
FIREBOLT_CLIENT_SECRET: ${{ secrets.FIREBOLT_CLIENT_SECRET_STG_NEW_IDN }}
5656
run: |
57-
npm run test:ci integration/v2
57+
npx ts-node scripts/memory-test.ts
58+
5859
5960
# Need to pull the pages branch in order to fetch the previous runs
6061
- name: Get Allure history

0 commit comments

Comments
 (0)