https://github.com/osquery/osquery logo
#core
Title
# core
t

theopolis

10/29/2019, 9:23 PM
You are trying to add a table integration test? And you want to validate a column type in the validate_rows method?
m

milkmix_

10/31/2019, 10:31 AM
not validate the column type, but get the value to test that 2 values are correct (in this case, account creation time is supposed ot be before the last failed attempt)
from the other tests I saw that the proper method to get a value seems to use
tryTo<type>
so I wanted to use/implement
tryTo<double>
since those timestamps are stored as
DOUBLE
in the db
5 Views