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

Integration tests emit Erlang noise on Windows #9

Open
cmbrandenburg opened this issue Mar 4, 2016 · 0 comments
Open

Integration tests emit Erlang noise on Windows #9

cmbrandenburg opened this issue Mar 4, 2016 · 0 comments
Labels

Comments

@cmbrandenburg
Copy link
Collaborator

The cargo test command on Windows emits noisy [os_mon] lines to stderr. This output should be omitted.

Here's an example run:

     Running target\debug\actions-660b01cc45c8e1bd.exe

running 6 tests
[os_mon] win32 supervisor port (win32sysinfo): Erlang has closed
[os_mon] win32 supervisor port (win32sysinfo): Erlang has closed
[os_mon] win32 supervisor port (win32sysinfo): Erlang has closed
[os_mon] win32 supervisor port (win32sysinfo): Erlang has closed
[os_mon] win32 supervisor port (win32sysinfo): Erlang has closed
[os_mon] win32 supervisor port (win32sysinfo): Erlang has closed
test create_document_ok_with_document_id ... ok
test read_document_nok_not_found ... ok
test create_database_ok_with_default_options ... ok
test create_document_ok_default_options ... ok
test read_document_ok_default_options ... ok
test create_document_nok_document_conflict ... ok

test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant