Skip to content

Commit

Permalink
Better test for extended proto[noci] (#409)
Browse files Browse the repository at this point in the history
* Better test for extended proto[noci]

* Fix test

* more test
  • Loading branch information
reshke authored Jan 16, 2024
1 parent bfe2d66 commit 7b915e6
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 487 deletions.
3 changes: 3 additions & 0 deletions router/relay/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,9 @@ func (rst *RelayStateImpl) ProcessExtendedBuffer(cmngr poolmgr.PoolMgr) error {
if err := rst.Client().Send(&rd.RowDesc); err != nil {
return err
}

unprocessed++

defer func() {
_ = fin()
}()
Expand Down
93 changes: 0 additions & 93 deletions test/pdbg/pdbg.go

This file was deleted.

151 changes: 0 additions & 151 deletions test/pstmt/base/prepare_statement_basic.go

This file was deleted.

107 changes: 0 additions & 107 deletions test/pstmt/compl/prepared_statement.go

This file was deleted.

Loading

0 comments on commit 7b915e6

Please sign in to comment.