Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL server gone away #491

Closed
lsolesen opened this issue Apr 16, 2014 · 3 comments
Closed

MySQL server gone away #491

lsolesen opened this issue Apr 16, 2014 · 3 comments

Comments

@lsolesen
Copy link

We are using Travis-CI and Behat to test the open source distribution Panopoly and Commerce Kickstart - built on Drupal. However, randomly we experience a fatal error:

<h1>Uncaught exception thrown in shutdown function.</h1><p>PDOException:  SQLSTATE[HY000]: General error: 2006 MySQL server has gone away

More is documented here: https://drupal.org/node/2231631

And an example here: https://travis-ci.org/commerceguys/commerce_kickstart/jobs/22130565

Any of you experienced this? It does not happen all the time. Is there any way this can be avoided?

@everzet
Copy link
Member

everzet commented Apr 16, 2014

I don't think it has anything to do with behat.

@stof
Copy link
Member

stof commented Apr 16, 2014

This happens when your process is too long and the connection timeouts.

And indeed, this is not related to Behat. Behat does not use MySQL at all. If you look at the stack trace, it comes from Drupal, not from Behat.

@lsolesen
Copy link
Author

Probably not. But it finishes all the behat tests and it happens after it
gives its results.
Den 16/04/2014 20.14 skrev "Konstantin Kudryashov" <notifications@github.com

:

I don't think it has anything to do with behat.


Reply to this email directly or view it on GitHubhttps://github.com//issues/491#issuecomment-40632864
.

@everzet everzet closed this as completed Apr 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants