Skip to content

Commit

Permalink
Config testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Mar 1, 2024
1 parent fcaa65a commit 234d680
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/my_custom.cnf
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#LANDOPANTHEONMYSQLCNF

[mysqld]
max_allowed_packet=32M
2 changes: 2 additions & 0 deletions examples/.lando.upstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
plugins:
"@lando/pantheon": ../../..
2 changes: 1 addition & 1 deletion examples/drupal10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ lando poweroff
# Should initialize the lando pantheon test drupal10 site
rm -rf drupal10 && mkdir -p drupal10 && cd drupal10
lando init --source pantheon --pantheon-auth "$PANTHEON_MACHINE_TOKEN" --pantheon-site landobot-drupal10
cp ../../.lando.upstream.yml .lando.upstream.yml

# Should start up our drupal10 site successfully
cd drupal10
Expand Down Expand Up @@ -103,7 +104,6 @@ docker ps --filter label=com.docker.compose.project=landobotdrupal10 | grep land
cd drupal10
lando ssh -s appserver -c "cat /usr/local/etc/php/conf.d/zzz-lando-my-custom.ini" | grep "; LANDOPANTHEONPHPINI"
lando ssh -s database -c "cat /opt/bitnami/mariadb/conf/my_custom.cnf" | grep "LANDOPANTHEONMYSQLCNF"
lando mysql -u root -e "show variables;" | grep innodb_lock_wait_timeout | grep 121

# Should not have xdebug enabled by defaults
cd drupal10
Expand Down

0 comments on commit 234d680

Please sign in to comment.