When the Integration Tests run against the latest schema there is a consistent failure in TimeSeriesFilteredControllerIT.
The test is creating a timeseries specified as Calhoun.Flow.Inst.~1Hour.0.cda-test. When the test runs against the latest schema there is this error:
ORA-20998: ERROR: Invalid ID for PRTS: Calhoun.Flow.Inst.1HourLocal.0.cda-test
Notice that ~1Hour became 1HourLocal.
Is 1HourLocal even valid?
For some reason the timeseries is getting created as LRTS instead of PRTS.
The filtered tests should pass in both schemas
When the Integration Tests run against the latest schema there is a consistent failure in TimeSeriesFilteredControllerIT.
The test is creating a timeseries specified as Calhoun.Flow.Inst.~1Hour.0.cda-test. When the test runs against the latest schema there is this error:
ORA-20998: ERROR: Invalid ID for PRTS: Calhoun.Flow.Inst.1HourLocal.0.cda-test
Notice that ~1Hour became 1HourLocal.
Is 1HourLocal even valid?
For some reason the timeseries is getting created as LRTS instead of PRTS.
The filtered tests should pass in both schemas