Justin Stephenson
Justin Stephenson
Enables support for SGID update-utmp functionality implemented in https://github.com/Scribery/tlog/commit/60cc06f1b073eaa309422e135b4c5ac99f33c937
Add basic setup for https://packit.dev/ triggering RPM builds in pull requests, tests to be added later.
Add integration tests to complete the following: > - Check that tlog-rec can record to syslog correctly, and observes facility > and priority settings > - Check that tlog-rec can...
- First ~~~ 1. tlog-12/lib/tlog/journal_json_reader.c:0: scope_hint: In function 'tlog_journal_json_reader_init' 2. tlog-12/lib/tlog/journal_json_reader.c:69:17: warning[-Wunused-variable]: unused variable 'namespace' # const char *namespace = va_arg(ap, const char *); # ^~~~~~~~~ # 67| uint64_t until...
~~~ Running transaction Preparing : 1/1 Running scriptlet: tlog-10-1.fc33.x86_64 1/1 Installing : tlog-10-1.fc33.x86_64 1/1 Running scriptlet: tlog-10-1.fc33.x86_64 1/1 /usr/lib/tmpfiles.d/krb5-krb5kdc.conf:1: Line references path below legacy directory /var/run/, updating /var/run/krb5kdc → /run/krb5kdc;...
Test improvements: 1) We should have tests which cover invoking tlog-rec-session in different ways, ensuring all I/O is transferred and the tlog program exits when the recorded child program exits...
Improve error message when running `tlog-play -r journal` without a -M argument unexpected character Failed reading the source at entry 0
In https://github.com/Scribery/tlog/issues/269 tlog was unable to determine a valid hostname, it may be best to exclude the hostname JSON property from the message in this case. Similar logic should be...
In tlog-play, provide the specific field which results in this error when reading improperly formatted JSON or a required field is missing. Do the same for TLOG_RC_JSON_MSG_FIELD_INVALID_TYPE as well ~~~...
Instead of using pexpect, consider implementing integration tests with the python subprocess module. This may be beneficial for some reasons: - reduce overhead of login process performed in each test...