Files
superset2/tests/integration_tests/charts
Claude Code ce5d12225e test(charts): use discriminating timestamp pair for #27500 regression
Per @codeant-ai's review: the original now/2-days pair would let a string-
based sort pass the assertion, since 'n' > '2' lexically. Switched to
"3 hours ago" vs "5 hours ago" — lexical desc puts "5..." first while
timestamp desc must put "3..." first, so the two orderings actually
disagree and a regression to string-based sorting would fail the test.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 17:15:05 -05:00
..