-
Notifications
You must be signed in to change notification settings - Fork 59
Add option to print server logs when running against Dendrite #1097
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit confused about what this is trying to do? It seems we set SyTest::Homeserver::Dendrite::print_output
, but then don't do anything with it?
Sorry, it has been a while since I touched #1009 and I didn't actually try this out when I split it out into this PR 🙇 It looks like when running against Dendrite, it already has the server logs at the end 🤷♀️
|
Add option to print server logs when running against Dendrite
Spawned from #1009
Dev notes
See https://github.com/matrix-org/dendrite/blob/master/docs/sytest.md#manually-setting-up-sytest
psql
: Open the postgres CLI\l
: List databasesDROP DATABASE IF EXISTS dendrite0;
: Dropdendrite0
database\q
->enter
: To quit/exit\dt
: list tablesrandom trials
Can't get this to run successfully
The Docker image always prints server logs regardless 🤷♀️