Skip to content

Commit

Permalink
#15: Add a test to D9 testing out the Jetty redirects.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 22, 2023
1 parent 4fa85f8 commit a727c01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/drupal9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,16 @@ lando php -v | grep "PHP 8.1"

# Should use the database version in pantheon.yml
cd drupal9
lando ssh -s database -c "mysql -V" | grep 10.6.
lando ssh -s database -c "mysql -V" | grep 10.6.

# Should use the solr version in pantheon.yml
cd drupal9
lando ssh -c "curl http://index:8983/solr/admin/info/system" | grep "\"solr-spec-version\":\"8.11.2\""

# Jetty redirects should work for Pantheon Search
cd drupal9
lando ssh -c "curl http://index:8983/lando/v1/lando/admin/system" | grep "\"solr-spec-version\":\"8.11.2\""

# Should use a varnish http_resp_hdr_len setting of 25k
cd drupal9
lando varnishadm param.show http_resp_hdr_len | grep 'Value is: 25k'
Expand Down

0 comments on commit a727c01

Please sign in to comment.