Mir

Comment 9 for bug 1358698

Revision history for this message
Alan Griffiths (alan-griffiths) wrote : Re: [regression] Test failure holding up all merge proposals: File already exists in database: mir_protobuf_wire.proto

OK. There are two failure scenarios to this bug.

1. A failure during test discovery - this is a race condition where discovery happens before libmirplatformgraphics.so is built. (This is comment #1)

2. The tests on mako dlopen the image libmirplatformgraphics.so, not the built one (bug 1359760)

In both cases the libmirplatformgraphics.so installed on the system is loaded instead of the one being built. This has only caused a noticeable problem because libmircommon.so is now versioned and the version in the archive was different to that in the build.

lp:~alan-griffiths/mir/fix-1358698 will unblock CI and lp:1359760 should track the remaining issue.