Commit 7e82cd2
authored
Build with the
* Build with the `logging-parent` reusable workflows
Flume no longer maintains its own checkout, JDK and Maven steps, and gains
snapshot/release deployment and reproducibility verification in exchange.
Assisted-By: Claude Fable 5 <noreply@anthropic.com>
* Skip Taildir tests on non-POSIX file systems
TaildirSource tracks files by inode, so its tests cannot pass when the
default file system lacks a `unix` attribute view (e.g. on Windows).
Document that requirement in the user guide.
Assisted-By: Claude Fable 5 <noreply@anthropic.com>
* Formatting
* Fix race condition in TestSyslogTcpSource.testSSLMessages
The test read from the channel immediately after closing the client
socket, but the source delivers events asynchronously, so the take
could return null on slow machines (first seen on Windows CI).
Wait for the source counter with Awaitility and close the TLS socket
gracefully, flushing before close.
Assisted-By: Claude Fable 5 <noreply@anthropic.com>
* Keep the client socket open until the syslog event is committed
The Windows CI logs show the TLS handshake succeeding and the
connection aborting one millisecond later: the client never reads the
TLS 1.3 session tickets sent by the server, so close() aborts the
connection with a TCP RST, which on Windows discards the syslog record
before the server reads it.
Assisted-By: Claude Fable 5 <noreply@anthropic.com>
* Reflow commentlogging-parent reusable workflows (#470)1 parent ae6c7db commit 7e82cd2
2 files changed
Lines changed: 90 additions & 77 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
This file was deleted.
0 commit comments