Skip to content

WIP: CI and test reconfigure #61

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

WIP: CI and test reconfigure #61

wants to merge 5 commits into from

Conversation

mpollmeier
Copy link
Owner

  • run on windows/mac/linux
  • check if the strange windows build error still exists
  • move EmbeddedReplTests to regular (non-integration) tests

mpollmeier added 5 commits May 8, 2023 09:26
slf4j-simple for stage

WIP

refactor WebServiceWithWebSocket: style

reimplement server mode

* previously it was a very flakey since it just piped input/output
streams and would fail for a random 'println' in the code or inherited
code
* It pretended to handle concurrent requests which was a lie. Now
we're programmatically interacting with the ReplDriver
* No more manual thread handling, killing of the process etc.

refactor for reuse and DRY: server.ReplDriver and ReplDriver

refactor: shuffle classes around

more refactorings, including optional server auth handling

fix and refactor ReplServerTests

add test for predefined code, refactor some of the test code

test synchronous api

readme

refactor

EmbeddedReplTests: fixup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant