Skip to content

Commit

Permalink
updated automated-testing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelp1986 committed Oct 28, 2023
1 parent 0212bd7 commit c05210b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/automated-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
-
name: Run Automated Testing
run: |
cd $GITHUB_WORKSPACE/docker/certs
./generate-certs.sh
cd ..
docker compose \
--ansi never --profile int-registry-batch-loader up --detach --quiet-pull
# cd $GITHUB_WORKSPACE/docker/certs
# ./generate-certs.sh
# cd ..
# docker compose \
# --ansi never --profile int-registry-batch-loader up --detach --quiet-pull
# registry-api#296 API crashes with JVM memory error on data sets with very large labels (>1MB)
# run the query 20 times, there should not be any errors if there is enough memory allocated.
Expand All @@ -56,4 +56,4 @@ jobs:
# registry#226 As a system, I can support up to 25 simultaneous writes from Harvest
# cd $GITHUB_WORKSPACE/docker/scripts
# python harvest_stress_test.py --command "harvest_command_here" --runs 25
${{ runner.temp}}/harvest/bin/harvest --version
${{ runner.temp}}/harvest-3.8.0/bin/harvest --version

0 comments on commit c05210b

Please sign in to comment.