#3153 Postgres issue with bigger intervals
Closed: Invalid 2 years ago by jcupova. Opened 2 years ago by jcupova.

setBuildTimestamp with datetime in distant future (year 2038) returns an error
'<class \'psycopg2.DataError\'>: interval field value out of range: "2147501647.000000 seconds"


Interval needs to have "integer" value inside regardless of unit. So, bigger value is possible but it needs to be converted.

Metadata Update from @tkopecek:
- Custom field Size adjusted to None

2 years ago

Metadata Update from @tkopecek:
- Issue tagged with: backlog, bug

2 years ago

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.30

2 years ago

setBuildTimestamp call is used only for finished a build. We don't have a build running more than two days, so therefore we don't need to set up interval value to this big value. Therefore I'm closing this issue.

Metadata Update from @jcupova:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

2 years ago

Metadata Update from @jcupova:
- Issue set to the milestone: None (was: 1.30)

2 years ago

Login to comment on this ticket.

Metadata