eReuse / devicehub-teal

New devicehub
GNU Affero General Public License v3.0
17 stars 11 forks source link

Test DataStorage Integer columns #154

Open JNadeu opened 3 years ago

JNadeu commented 3 years ago

Change the data types of the TestDataStora class so that the SMART result can be saved correctly in the DB.

JNadeu commented 2 years ago

Needs to fix remainingLifetimePercentage variable. Actually is smallint, there are some cases where it may exceed the range of the smallint. I suggest setting remainingLifetimePercentage variable as a BigInteger.