mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
Several audit test issues caused test failures, and in the result, almost all of audit syslog tests were marked with xfail. This patch series enables the syslog audit tests, that should finally pass after the following fixes are introduced: - bring back commas to audit syslog (scylladb#24410 fix) - synchronize audit syslog server - fix parsing of syslog messages - generate unique uuid for each line in syslog audit - allow audit logging from multiple nodes Fixes: scylladb/scylladb#24410 Test improvements, no backport required. Closes scylladb/scylladb#24553 * github.com:scylladb/scylladb: test: audit: use automatic comparators in AuditEntry test: audit: enable syslog audit tests test: audit: sort new audit entries before comparing with expected ones test: audit: check audit logging from multiple nodes test: audit: generate unique uuid for each line in syslog audit test: audit: fix parsing of syslog messages test: audit: synchronize audit syslog server docs: audit: update syslog audit format to the current one audit: bring back commas to audit syslog