You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/005.phpt was disabled in PR #39. We want to fix this and re-enable the test.
The issue is that we don't get the error message that the test expected. Do we have a bug in the test or extension that causes Firebird to return the wrong error message? Or are we running a newer Firebird version in CI, and the error message was updated? I.e., we could update the expected message.
Expected error:
lock conflict on no wait transaction deadlock
Real error:
deadlock read conflicts with concurrent update concurrent transaction number is
The text was updated successfully, but these errors were encountered:
tests/005.phpt
was disabled in PR #39. We want to fix this and re-enable the test.The issue is that we don't get the error message that the test expected. Do we have a bug in the test or extension that causes Firebird to return the wrong error message? Or are we running a newer Firebird version in CI, and the error message was updated? I.e., we could update the expected message.
Expected error:
Real error:
The text was updated successfully, but these errors were encountered: