teragrep / pth_10

Data Processing Language (DPL) translator for Apache Spark
GNU Affero General Public License v3.0
0 stars 2 forks source link

EarliestLatestTest fails due to relative timestamp #236

Closed eemhu closed 5 months ago

eemhu commented 5 months ago

Describe the bug

Some of the EarliestLatestTests fail because they test the relative time and time in the real world has progressed enough to make them fail.

Expected behavior

The tests should not break due to time progression. Perhaps the time should be somehow locked in for these tests or dataset should be generated in a way that the _time column is also progressed.

How to reproduce

Run the tests

Screenshots

Software version

4.17.0

Desktop (please complete the following information if relevant):

Additional context

51-code commented 5 months ago

Internal PR reviewed.

eemhu commented 5 months ago

internal pr merged