Koosha Paridehpour
5455740faa
fix(compression): log warnings for unreadable settings rows ( #13522 )
...
* fix(compression): log warnings for unreadable settings rows
getCompressionSettings() silently skipped non-string (BLOB) and
invalid-JSON settings rows, making it impossible to diagnose config
drift between the panel and the runtime.
Now logs a warn-level message for each unreadable row, including the
key name and a remediation hint (re-save from the Storage panel).
Also warns when the 'engines' row exists but yields no valid toggles,
so operators know their panel-configured engines map is being silently
replaced by the legacy fallback.
Fixes #13456
* test(compression): cover getCompressionSettings warnings for unreadable rows
The test for #13456 only asserted a stubbed console.warn recorded a
message and never called getCompressionSettings(), so it never
exercised the production change. Seed a BLOB row, an invalid-JSON row,
and an 'engines' row that isn't a usable object, and assert the
resulting warnings; also assert a legitimately empty (but valid)
'engines' map does not warn.
Also stop warning on a valid-but-empty 'engines' row: parseStoredEnginesMap
returns null both for an unreadable row and for a well-formed {} (an
operator who deliberately disabled every engine), so only warn when the
stored value isn't a usable object at all.
Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com >
---------
Co-authored-by: Koosha Pari <koosha@phenotype.ai >
Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com >
2026-09-17 10:43:37 -03:00
..
2026-05-03 00:37:08 -03:00
2026-06-22 03:17:02 -03:00
2026-08-29 01:17:40 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-08-29 01:17:40 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-08-11 09:20:41 -03:00
2026-06-20 07:09:43 -03:00
2026-04-28 16:58:17 +07:00
2026-09-10 18:12:45 -03:00
2026-06-19 06:49:01 -03:00
2026-06-30 06:54:29 -03:00
2026-06-15 03:32:11 -03:00
2026-08-11 04:25:55 -03:00
2026-07-02 10:47:13 -03:00
2026-07-20 17:53:04 -03:00
2026-08-29 01:17:40 -03:00
2026-04-27 20:00:08 +07:00
2026-06-09 22:57:12 -03:00
2026-08-19 13:00:27 -03:00
2026-04-27 20:00:08 +07:00
2026-05-02 04:51:38 -03:00
2026-04-28 04:20:46 +07:00
2026-04-27 20:00:08 +07:00
2026-05-03 09:14:20 -03:00
2026-05-14 23:46:57 -03:00
2026-08-23 10:20:06 -03:00
2026-08-06 05:58:58 -03:00
2026-08-23 10:20:06 -03:00
2026-08-19 12:11:11 -03:00
2026-07-21 11:50:02 -03:00
2026-08-22 22:53:26 -03:00
2026-08-22 22:53:26 -03:00
2026-08-23 10:20:06 -03:00
2026-06-28 06:58:29 -03:00
2026-06-28 06:58:29 -03:00
2026-07-17 02:39:40 -03:00
2026-07-22 07:03:02 -03:00
2026-07-10 18:05:55 -03:00
2026-08-29 01:17:40 -03:00
2026-05-02 12:57:37 -03:00
2026-06-19 06:49:01 -03:00
2026-06-19 06:49:01 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-06-23 03:08:29 -03:00
2026-07-18 15:12:38 -03:00
2026-08-29 01:17:40 -03:00
2026-06-19 06:49:01 -03:00
2026-09-17 10:43:37 -03:00
2026-06-19 06:49:01 -03:00
2026-06-19 06:49:01 -03:00
2026-09-01 15:37:48 -03:00
2026-09-11 17:46:22 -03:00
2026-08-29 01:17:40 -03:00
2026-07-22 02:35:26 -03:00
2026-06-14 10:45:22 -03:00
2026-07-22 07:03:02 -03:00
2026-05-03 12:38:21 -03:00
2026-06-17 19:26:32 -03:00
2026-06-17 02:43:21 -03:00
2026-08-29 01:17:40 -03:00
2026-06-21 08:56:51 -03:00
2026-09-11 22:05:40 -03:00
2026-06-21 08:56:51 -03:00
2026-05-03 00:37:08 -03:00
2026-06-28 06:58:29 -03:00
2026-06-19 06:49:01 -03:00
2026-06-21 08:56:51 -03:00
2026-06-30 06:54:29 -03:00
2026-07-17 22:09:21 -03:00
2026-08-09 10:07:30 -03:00
2026-08-18 12:06:19 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-06-19 06:49:01 -03:00
2026-08-21 02:13:04 -03:00
2026-06-20 07:09:43 -03:00
2026-08-21 02:13:04 -03:00
2026-04-28 16:58:17 +07:00
2026-06-29 08:40:06 -03:00
2026-08-03 18:09:31 -03:00
2026-07-16 14:13:11 -03:00
2026-08-29 01:17:40 -03:00
2026-07-12 03:30:43 -03:00
2026-06-29 08:40:06 -03:00
2026-08-14 21:18:38 -03:00
2026-08-18 12:13:48 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-06-20 07:09:43 -03:00
2026-06-16 09:12:35 -03:00
2026-08-20 23:59:21 -03:00
2026-07-18 15:12:38 -03:00
2026-07-02 10:47:13 -03:00
2026-06-17 02:43:21 -03:00
2026-09-16 13:36:02 -03:00
2026-08-29 01:17:40 -03:00
2026-06-23 17:06:18 -03:00
2026-08-29 01:17:40 -03:00
2026-09-11 13:27:38 -03:00
2026-08-20 22:02:14 -03:00
2026-08-29 01:17:40 -03:00
2026-05-03 09:14:20 -03:00
2026-06-20 07:09:43 -03:00
2026-06-19 06:49:01 -03:00
2026-06-19 06:49:01 -03:00
2026-05-14 21:24:05 -03:00
2026-09-02 00:01:59 -03:00
2026-06-20 07:09:43 -03:00
2026-08-18 12:13:48 -03:00
2026-08-18 12:13:48 -03:00
2026-08-18 12:13:48 -03:00
2026-08-18 12:13:48 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-07-08 07:56:44 -03:00
2026-08-18 12:13:48 -03:00
2026-08-18 12:13:48 -03:00
2026-09-02 00:01:59 -03:00
2026-09-01 11:13:26 -03:00
2026-06-23 17:06:18 -03:00
2026-09-01 11:13:26 -03:00
2026-06-23 17:06:18 -03:00
2026-09-01 11:13:26 -03:00
2026-06-23 17:06:18 -03:00
2026-09-01 11:13:26 -03:00
2026-08-18 10:50:54 -03:00
2026-05-03 09:14:20 -03:00
2026-07-23 11:21:53 -03:00
2026-07-02 10:47:13 -03:00
2026-06-25 13:17:40 -03:00
2026-09-14 23:52:14 -03:00
2026-08-29 01:17:40 -03:00
2026-07-02 10:47:13 -03:00
2026-09-14 23:36:36 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-04-28 16:58:17 +07:00
2026-06-29 08:40:06 -03:00
2026-06-29 08:40:06 -03:00
2026-06-29 08:40:06 -03:00
2026-07-02 10:47:13 -03:00
2026-06-29 08:40:06 -03:00
2026-06-29 08:40:06 -03:00
2026-07-11 11:21:52 -03:00
2026-07-11 11:21:52 -03:00
2026-06-21 08:56:51 -03:00
2026-08-06 22:54:42 -03:00
2026-08-27 22:14:57 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-06-29 08:40:06 -03:00
2026-06-29 08:40:06 -03:00
2026-06-29 08:40:06 -03:00
2026-06-21 08:56:51 -03:00
2026-06-22 03:17:02 -03:00
2026-05-08 17:35:43 -03:00
2026-06-29 08:40:06 -03:00
2026-08-29 01:17:40 -03:00
2026-06-14 10:45:22 -03:00
2026-05-03 00:37:08 -03:00
2026-05-03 00:37:08 -03:00
2026-06-14 10:45:22 -03:00
2026-05-03 00:37:08 -03:00
2026-08-20 20:34:19 -03:00
2026-06-25 13:17:40 -03:00
2026-05-03 00:37:08 -03:00
2026-06-19 06:49:01 -03:00
2026-06-19 06:49:01 -03:00
2026-06-19 06:49:01 -03:00
2026-08-29 01:17:40 -03:00
2026-06-14 10:45:22 -03:00
2026-06-20 07:09:43 -03:00
2026-06-14 10:45:22 -03:00
2026-07-18 15:12:43 -03:00
2026-06-27 09:07:12 -03:00
2026-09-17 02:31:53 -03:00
2026-08-20 13:10:58 -03:00
2026-08-29 01:17:40 -03:00
2026-06-19 06:49:01 -03:00
2026-06-29 08:40:06 -03:00
2026-06-29 08:40:06 -03:00
2026-06-29 08:40:06 -03:00
2026-06-29 08:40:06 -03:00
2026-08-29 01:17:40 -03:00
2026-06-29 08:40:06 -03:00
2026-05-03 00:37:08 -03:00
2026-08-29 01:17:40 -03:00
2026-07-18 15:12:43 -03:00
2026-06-14 10:45:22 -03:00
2026-05-03 00:37:08 -03:00
2026-05-03 09:14:20 -03:00
2026-07-06 23:53:52 -03:00
2026-08-08 23:24:11 -03:00
2026-08-06 11:09:05 -03:00
2026-06-27 09:07:12 -03:00
2026-06-28 06:58:29 -03:00
2026-06-29 08:40:06 -03:00
2026-06-30 06:54:29 -03:00
2026-08-07 20:52:23 -03:00
2026-07-07 20:08:27 -03:00
2026-04-27 03:53:05 +07:00
2026-06-20 07:09:43 -03:00
2026-06-21 08:56:51 -03:00
2026-04-28 16:58:17 +07:00
2026-04-28 16:58:17 +07:00
2026-06-28 06:58:29 -03:00
2026-07-22 07:03:02 -03:00
2026-06-23 17:06:18 -03:00
2026-09-14 23:44:26 -03:00
2026-06-23 17:06:18 -03:00
2026-06-19 06:49:01 -03:00
2026-05-06 02:29:25 -03:00
2026-09-11 13:27:45 -03:00