Skip to content
Snippets Groups Projects

Draft: Run test 500 times, with fix

Closed Michael Strelan requested to merge issue/drupal-3316317:3316317-repeat-fix into 11.x
2 files
+ 7
10
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
2
@@ -113,7 +113,7 @@ variables:
echo ' "Key" to "REPEAT_TEST_CLASS" and "Value" to "Drupal\Tests\ckeditor5\FunctionalJavascript\MediaLinkabilityTest"';
exit 1;
else
sudo -u www-data -E -H php ./core/scripts/run-tests.sh --color --keep-results --concurrency "$CONCURRENCY" --repeat "100" --sqlite "./sites/default/files/tests.sqlite" --dburl $SIMPLETEST_DB --url $SIMPLETEST_BASE_URL --verbose --non-html --class $REPEAT_TEST_CLASS
sudo -u www-data -E -H php ./core/scripts/run-tests.sh --color --keep-results --concurrency "$CONCURRENCY" --repeat "500" --sqlite "./sites/default/files/tests.sqlite" --dburl $SIMPLETEST_DB --url $SIMPLETEST_BASE_URL --verbose --non-html --class $REPEAT_TEST_CLASS
fi
################
@@ -241,9 +241,10 @@ variables:
when: manual
allow_failure: true
variables:
REPEAT_TEST_CLASS: 'Drupal\Tests\Change\Me'
REPEAT_TEST_CLASS: '\Drupal\FunctionalJavascriptTests\Tests\JSWebAssertTest'
services:
- <<: *with-database
- <<: *with-selenium-chrome
'🚲 Performance tests':
<<: [ *default-job-settings ]
Loading