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
fix: properly handle asynchronous read from stream (#1284)
* test: test ReadRows logic with local gRPC server
* test: PR feedback
* test: fix race condition in initialization
* test: PR feedback, renaming a variable for readability
* fix: properly handle asynchronous read from stream
* test: skip failing Windows test
* test: increase timeout on Windows
* fix: PR feedback
* test: only set lastScannedRowKey for completed rows
* fix: bring back the lastScannedRowKey logic
* test: pick latest changes from main branch
* fix: add transform method to userStream, handle cancellation in it
* fix: PR feedback
---------
Co-authored-by: danieljbruce <[email protected]>
// TODO(@alexander-fenster): enable after https://github.com/googleapis/nodejs-bigtable/issues/607 is fixed
126
-
it.skip('should create read stream and read asynchronously using Transform stream',function(done){
125
+
it('should create read stream and read asynchronously using Transform stream',function(done){
127
126
if(process.platform==='win32'){
128
127
this.timeout(60000);// it runs much slower on Windows!
0 commit comments