Commit 761c2bc
authored
Fix OnheapIncrementalIndexTest error expectation. (#18882)
The error message should expect minTimestampProjectionTimestamp,
not outOfRangeProjectionTimestamp. These are out of sync on Jan 1.
Also, now we use a specific timestamp rather than nowUtc, because using
nowUtc would lead the test to fail if run at exactly midnight UTC.1 parent 5fb5926 commit 761c2bc
File tree
1 file changed
+4
-4
lines changed- processing/src/test/java/org/apache/druid/segment/incremental
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
422 | | - | |
423 | | - | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
| 505 | + | |
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| |||
0 commit comments