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
RCA:
During the refactoring (#63),
the magic number = 1 for closing the socket for sending was
replaced with SD_RECEIVE, but it should have been replaced with SD_SEND.
The consequence was that the socket might have been closed
before the ok answered was sent to the database.
Fix:
Replace SD_RECEIVE with SD_SEND
RCA:
During the refactoring (#63),
the magic number = 1 for closing the socket for sending was
replaced with SD_RECEIVE, but it should have been replaced with SD_SEND.
The consequence was that the socket might have been closed
before the ok answered was sent to the database.
Fix:
Replace SD_RECEIVE with SD_SEND
RCA:
During the refactoring (#63),
the magic number = 1 for closing the socket for sending was
replaced with SD_RECEIVE, but it should have been replaced with SD_SEND.
The consequence was that the socket might have been closed
before the ok answered was sent to the database.
Fix:
Replace SD_RECEIVE with SD_SEND
Fixes#103
Background
In preparation of #56 we need to refactor the C code, and support C++ unit test.
Acceptance Criteria
The r-exasol library should be prepared to implement C++ unit tests and can be implemented in C++.
The text was updated successfully, but these errors were encountered: