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

test suite fails on MS-Windows #291

Open
ikappaki opened this issue Feb 12, 2023 · 0 comments
Open

test suite fails on MS-Windows #291

ikappaki opened this issue Feb 12, 2023 · 0 comments

Comments

@ikappaki
Copy link
Contributor

Expected behavior

All tests should pass when running on MS-Windows

Actual behavior

Some tests fail, e.g. first failure

lein test :only nrepl.cmdline-test/ack-server

FAIL in (ack-server) (cmdline_test.clj:130)
bencode transport
expected: (= "ack'ing my port 6000 to other server running on port 8000\n" output)
  actual: (not (= "ack'ing my port 6000 to other server running on port 8000\n" "ack'ing my port 6000 to other server running on port 8000\r\n"))

lein test :only nrepl.cmdline-test/ack-server

FAIL in (ack-server) (cmdline_test.clj:130)
edn transport
expected: (= "ack'ing my port 6000 to other server running on port 8000\n" output)
  actual: (not (= "ack'ing my port 6000 to other server running on port 8000\n" "ack'ing my port 6000 to other server running on port 8000\r\n"))

and then the test suit hangs and needs to be killed:

...
nREPL server started on port 53495 on host 127.0.0.1 - nrepl://127.0.0.1:53495

Steps to reproduce the problem

Run lein test.

There are a few failures then the test suit hangs.

Environment & Version information

Clojure version

1.11.1

Java version

17

Operating system

MS-Windows


I can have a look and also add a corresponding job to circleci.

Thanks

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

No branches or pull requests

1 participant