Skip to content
Snippets Groups Projects

Draft: Resolve #3390360 "Blockcachetest"

Closed spokje requested to merge issue/drupal-3390360:3390360-BlockCacheTest into 11.x
Compare and
3 files
+ 21
150
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
9
@@ -105,16 +105,9 @@ variables:
.run-repeat-class-test: &run-repeat-class-test
script:
- echo "ℹ️ Running class ${REPEAT_TEST_CLASS}"
- echo "ℹ️ Running class \Drupal\Tests\block\Functional\BlockCacheTest"
- |
if [[ $REPEAT_TEST_CLASS == "Drupal\Tests\Change\Me" ]]; then
echo '❗ You need to change the REPEAT_TEST_CLASS variable to an existing class before running the job.'
echo ' You just need to click on the job that you want to run (do not press the play button straight away) and then set the following:'
echo ' "Key" to "REPEAT_TEST_CLASS" and "Value" to "Drupal\Tests\ckeditor5\FunctionalJavascript\MediaLinkabilityTest"';
exit 1;
else
sudo MINK_DRIVER_ARGS_WEBDRIVER="$MINK_DRIVER_ARGS_WEBDRIVER" -u www-data 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
fi
sudo MINK_DRIVER_ARGS_WEBDRIVER="$MINK_DRIVER_ARGS_WEBDRIVER" -u www-data php ./core/scripts/run-tests.sh --color --keep-results --concurrency "$CONCURRENCY" --repeat "1500" --sqlite "./sites/default/files/tests.sqlite" --dburl $SIMPLETEST_DB --url $SIMPLETEST_BASE_URL --verbose --non-html --class "\Drupal\Tests\block\Functional\BlockCacheTest"
################
# Jobs
Loading