We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b96a47 commit 6f19c2dCopy full SHA for 6f19c2d
plugins/destination/plugin_testing_write_append.go
@@ -57,6 +57,8 @@ func (s *PluginTestSuite) destinationPluginTestWriteAppend(ctx context.Context,
57
if err := p.writeOne(ctx, specSource, secondSyncTime, record2); err != nil {
58
return fmt.Errorf("failed to write one second time: %w", err)
59
}
60
+ } else {
61
+ record2.Release()
62
63
64
resourcesRead, err := p.readAll(ctx, tables[0], sourceName)
0 commit comments