Skip to content

Commit

Permalink
fix(spanner): unflake unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthivelmanii committed Jan 6, 2025
1 parent 6225efa commit f54b562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ abstract class ResumableStreamIterator extends AbstractIterator<PartialResultSet
private final int maxBufferSize;
private final ISpan span;
private final TraceWrapper tracer;
private CloseableIterator<PartialResultSet> stream;
private volatile CloseableIterator<PartialResultSet> stream;
private ByteString resumeToken;
private boolean finished;
/**
Expand Down

0 comments on commit f54b562

Please sign in to comment.