Closed semisft closed 3 years ago
Retested with the latest code, and confirmed to still be an issue. Current output is:
Generation started at: 09:58:42
Number of rows | Velocity (rows/sec) | Velocity trend
---------------+---------------------+---------------
0 | 0 | Finished
Generation finished at: 09:58:42
The provided profile is wholly contradictory!
No data can be generated!
This is the same issue as identified in #1706, closing as a duplicate - please see the comments in #1706.
Bug report
Setting now value to field via both afterOrAt & beforeOrAt constraints does not work. Related to #1706
Description of the bug
Giving two constraints for a date field like afterOrAt=now and beforeOrAt=now must give now as value but does not work.
Steps to reproduce:
Using the profile
Run datahelix in random mode. Here are the command line arguments I used to run the profile:
Expected result:
Records with value current date.
Actual result:
The provided profile is wholly contradictory!
Additional context:
After trying equalTo=now #1706, I tried this solution with no luck.