Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sporadic errors during websocket connection #16

Closed
kaklakariada opened this issue Mar 7, 2022 · 0 comments · Fixed by #19
Closed

Sporadic errors during websocket connection #16

kaklakariada opened this issue Mar 7, 2022 · 0 comments · Fixed by #19
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@kaklakariada
Copy link
Collaborator

Investigate sporadically failing integration tests: https://github.com/exasol/exasol-driver-lua/runs/5445284214?check_suite_focus=true

 Running test ./itest_cursor.lua
# XML output to /home/runner/work/exasol-driver-lua/exasol-driver-lua/target/luaunit-reports/itest_cursor.xml
# Started on Mon Mar  7 08:40:03 2022
# Starting class: TestCursor
# Starting test: TestCursor.test_closing_closed_cursor_succeeds
# Starting test: TestCursor.test_query_fails
# Starting test: TestCursor.test_select_multiple_columns_multiple_rows
#   Error:  ...river-lua/exasol-driver-lua/src/websocket_connection.lua:62: E-EDL-2: Did not receive response for payload. Username or password may be wrong.
# Starting test: TestCursor.test_select_multiple_columns_single_row
#   Error:  ...river-lua/exasol-driver-lua/src/websocket_connection.lua:62: E-EDL-2: Did not receive response for payload. Username or password may be wrong.
# Starting test: TestCursor.test_select_single_column_single_row
# Starting test: TestCursor.test_using_closed_cursor_fails
# Ran 6 tests in 0.239 seconds, 4 successes, 2 errors
@kaklakariada kaklakariada added the bug Unwanted / harmful behavior label Mar 7, 2022
@kaklakariada kaklakariada changed the title Investigate sporadic errors during websocket connection Sporadic errors during websocket connection Mar 7, 2022
@kaklakariada kaklakariada self-assigned this Mar 9, 2022
kaklakariada added a commit that referenced this issue Mar 16, 2022
* #16: Use polling to wait for websocket messages

* Implement review findings by @redcatbear

Co-authored-by: Sebastian Bär <redcatbear@ursus-minor.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant