Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 28, 2024
1 parent 56910c0 commit 49a3078
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/daos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,19 @@ jobs:
echo
done
- name: Run the daos_dtx tests
- name: Run the daos_dtx tests (1/2)
working-directory: pmdk/src/test
run: |
export PATH=${{ env.DAOS_PATH }}/bin:$PATH
export LD_LIBRARY_PATH=${{ env.DAOS_PATH }}/prereq/debug/ofi/lib:$LD_LIBRARY_PATH
./RUNTESTS.py daos_dtx
./RUNTESTS.sh daos_dtx
env:
PATH: ${{ env.DAOS_PATH }}/bin
LD_LIBRARY_PATH: ${{ env.DAOS_PATH }}/prereq/debug/ofi/lib
run: ./RUNTESTS.py daos_dtx

- name: Run the daos_dtx tests (2/2)
working-directory: pmdk/src/test
env:
PATH: ${{ env.DAOS_PATH }}/bin
PMEMOBJ_CONF: sds.at_create=0
run: ./RUNTESTS.sh daos_dtx

- name: Upload test results as artifact
if: failure()
Expand Down
2 changes: 0 additions & 2 deletions src/test/daos_dtx/TEST2
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ setup

common_setup

echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" # debug

common_record
common_replay_and_check

Expand Down

0 comments on commit 49a3078

Please sign in to comment.