Skip to content

Commit

Permalink
Update ORACLE testing RT_TEST_PARALLEL_NUM to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
richieri-bps committed May 3, 2024
1 parent 0b5d353 commit ba637ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
docker exec rt bash -c "cd /rt && ./configure.ac --with-db-type=Oracle --with-my-user-group --enable-layout=inplace --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps"
- name: Run RT tests
shell: bash
run: docker exec rt bash -c "cd /rt && RT_TEST_DEVEL=1 RT_DBA_USER=system RT_DBA_PASSWORD=password RT_TEST_DB_SID=freepdb1 RT_TEST_WEB_HANDLER=inline RT_TEST_PARALLEL_NUM=2 RT_TEST_PARALLEL=1 make test-parallel"
run: docker exec rt bash -c "cd /rt && RT_TEST_DEVEL=1 RT_DBA_USER=system RT_DBA_PASSWORD=password RT_TEST_DB_SID=freepdb1 RT_TEST_WEB_HANDLER=inline RT_TEST_PARALLEL_NUM=1 RT_TEST_PARALLEL=1 make test-parallel"
- name: Get run time
if: always()
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-oracle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV RT_DBA_USER=system
ENV RT_DBA_PASSWORD=password
ENV RT_TEST_DB_SID=freepdb1
ENV RT_TEST_WEB_HANDLER=inline
ENV RT_TEST_PARALLEL_NUM=2
ENV RT_TEST_PARALLEL_NUM=1
ENV RT_TEST_PARALLEL=1

# Add the rt_test user (required by mod_fcgid tests)
Expand Down

0 comments on commit ba637ce

Please sign in to comment.