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

cypress tests with --enable-debug and trace logging fail #10570

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

caolanm
Copy link
Contributor

@caolanm caolanm commented Nov 21, 2024

i.e. with:

./configure --enable-debug --enable-werror

and

cd cypress_test && make check-desktop spec=writer/form_field_spec.js

this always fails for me. And launching coolwsd with the same args of make check-desktop/run-desktop gives an online session that is entirely unresponsive.

changing:

../coolwsd ... --o:logging.level=trace --o:logging.file.property[0]=/path/to/cypress_test/cypress/wsd_logs/coolwsd.log

to

../coolwsd ... --o:logging.level=trace --o:logging.file.property[0]=/tmp/coolwsd.log

or

../coolwsd ... --o:logging.level=warning --o:logging.file.property[0]=/path/to/cypress_test/cypress/wsd_logs/coolwsd.log

works fine

Change-Id: I039cef96934ba6c164c37a03fa2c8816ac15f4f0

  • Resolves: #
  • Target version: master

Summary

TODO

  • ...

Checklist

  • I have run make prettier-write and formatted the code.
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

i.e. with:

./configure --enable-debug --enable-werror

and

cd cypress_test && make check-desktop spec=writer/form_field_spec.js

this always fails for me. And launching coolwsd with the same args of
make check-desktop/run-desktop gives an online session that is
entirely unresponsive.

changing:

../coolwsd ... --o:logging.level=trace --o:logging.file.property[0]=/path/to/cypress_test/cypress/wsd_logs/coolwsd.log

to

../coolwsd ... --o:logging.level=trace --o:logging.file.property[0]=/tmp/coolwsd.log

or

../coolwsd ... --o:logging.level=warning --o:logging.file.property[0]=/path/to/cypress_test/cypress/wsd_logs/coolwsd.log

works fine

Signed-off-by: Caolán McNamara <[email protected]>
Change-Id: I039cef96934ba6c164c37a03fa2c8816ac15f4f0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Review
Development

Successfully merging this pull request may close these issues.

1 participant