elsa-core/test/unit/Elsa.Diagnostics.StructuredLogs.UnitTests
Sipke Schoorstra 55e3e4091d
fix(diagnostics): honor MaxRecentLogQuerySize for relational Take (#8147)
* fix(diagnostics): honor MaxRecentLogQuerySize for relational Take

Relational recent-log queries used a hard-coded null→100 default and
1000 clamp, so enabling Sqlite silently dropped the page size from the
InMemory contract of StructuredLogsOptions.MaxRecentLogQuerySize.

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>

* test(diagnostics): disambiguate Options.Create in SQL builder tests

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>

* fix(diagnostics): normalize negative MaxRecentLogQuerySize before Clamp

Math.Clamp throws when the configured ceiling is negative. Both
InMemory and Relational now share ClampRecentLogQueryTake, which treats
a negative max as zero so query construction cannot fail.

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-09-14 08:07:17 +02:00
..
Filtering [codex] Add live server log streaming diagnostics (#7438) 2026-05-11 00:08:52 +02:00
InMemory fix(diagnostics): honor MaxRecentLogQuerySize for relational Take (#8147) 2026-09-14 08:07:17 +02:00
Logging [codex] Add live server log streaming diagnostics (#7438) 2026-05-11 00:08:52 +02:00
Redaction [codex] Add live server log streaming diagnostics (#7438) 2026-05-11 00:08:52 +02:00
Sources [codex] Add live server log streaming diagnostics (#7438) 2026-05-11 00:08:52 +02:00
DefaultStructuredLogProviderTests.cs Add structured log provider tests (#7449) 2026-05-16 09:23:31 +02:00
Elsa.Diagnostics.StructuredLogs.UnitTests.csproj [codex] Add live server log streaming diagnostics (#7438) 2026-05-11 00:08:52 +02:00
StructuredLogsNamingTests.cs refactor(auth)!: retire the legacy permission constants and duplicate descriptor types (#7987) 2026-08-25 06:04:32 +02:00
StructuredLogsStorageRegistrationTests.cs [codex] Add structured log SQLite persistence (#7445) 2026-05-13 15:57:06 +02:00