Skip to content

Commit

Permalink
librdmacm/cmtime: Exit test on unexpected error
Browse files Browse the repository at this point in the history
The test tries to check for connection errors and continue if
one occurs.  However, the client and server must be in synch
regarding the number of connections.  Plus, since the goal of
the test is provide accurate timings of CM steps, if an error
occurs, the timings are thrown off.  Finally, the error handling
is insufficient for what it attempts to do.

Just exit the test on error after printing a message, and avoid
giving a reader the idea that errors are handled properly.

Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
Sean Hefty committed Apr 23, 2024
1 parent ca92ba0 commit abe5dff
Showing 1 changed file with 84 additions and 177 deletions.

0 comments on commit abe5dff

Please sign in to comment.