rpuch commented on code in PR #3584:
URL: https://github.com/apache/ignite-3/pull/3584#discussion_r1559570844
##########
modules/platforms/dotnet/Apache.Ignite.Tests/Table/SchemaSynchronizationTest.cs:
##########
@@ -339,7 +339,6 @@ public async Task TestClientUsesLatestSchemaOnReadKv()
[Values(true, false)] bool insertNewColumn,
[Values(true, false)] bool withRemove)
{
- using var metricListener = new MetricsTests.Listener();
Review Comment:
This was added to work around a transaction abort that could happen due to a
concurrent schema change and an implicit transaction (generated by the streamer)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]