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
Bug#32130078 Bug#30647187 FIXES AUTOTEST EVENT DROP FAILURES
Removes the debug asserts added to investigate the mentioned bugs
in upgrade/downgrade tests.
The upgrade/downgrade tests create and drop events between data node
restarts. Since, these event create and drop do not use schema
transactions, data node failures are handled with request retries
which can result in operations being attempted more than once, and
failing on the second (and reported) attempt. So, until
WL#4101 is implemented, the failure during event handling in
testUpgrade.cpp is ignored.
Change-Id: I827f2c2a6b06b05153bfb1a7b36112c7b394084d
0 commit comments