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

quill: build failed after merge (dealock while testing async MySQL) #288

Closed
lvicentesanchez opened this issue Mar 18, 2016 · 2 comments
Closed

Comments

@lvicentesanchez
Copy link
Contributor

Version: 0.5.1-SNAPSHOT

Expected behavior

Build shouldn't fail after a merge.

Actual behavior

Build failed with this message:

[info] Exception encountered when attempting to run a suite with class name: io.getquill.sources.async.mysql.DepartmentsMysqlAsyncSpec *** ABORTED ***
[info]   com.github.mauricio.async.db.mysql.exceptions.MySQLException: Error 1213 - #40001 - Deadlock found when trying to get lock; try restarting transaction
[info]   at com.github.mauricio.async.db.mysql.MySQLConnection.onError(MySQLConnection.scala:126)
[info]   at com.github.mauricio.async.db.mysql.codec.MySQLConnectionHandler.channelRead0(MySQLConnectionHandler.scala:107)
[info]   at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
[info]   at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
[info]   at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
[info]   at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
[info]   at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
[info]   at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
[info]   at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
[info]   at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)

@getquill/maintainers

@jilen
Copy link
Collaborator

jilen commented May 20, 2016

I guess building are executed parallelly between each sub-project. So it may happen while finagle-mysql/jdbc/mysql-async tests are executed at the same time

@fwbrasil
Copy link
Collaborator

fwbrasil commented Jul 8, 2016

I haven't seem this error recently. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants