You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, bugs and unintended behavior sneaks into NASIS functionality due to the issues with populating selected set with sufficiently diverse data, and the lack of a local NASIS install when we are testing on remote servers. The recent work to switch over to DBI for handling ODBC connections will soon allow for us to use RSQLite instead of ODBC, and point at a file on the local drive, to "simulate" a NASIS local database on remote/cooperator machines.
A few longer-term issues following on from #146 and #149
.Rda stored as artifact of R CMD check GitHub Action
An Rdata object can be stored containing the results of running [defined] methods. A good list was identified based on the files impacted by PR #149. This can provide targets that are used to verify "correct" functionality of NASIS if it is run against a branch known to be good and working.
Presence of NASIS-local tag triggers comparison against master
I recently created the NASIS-local tag to tag changes that impact the local NASIS database access functionality. This includes anything that alters the queries that target the NASIS local database, or in the future, a SQLite or similar backend via an alternative DBI driver.
Automatic tagging of NASIS-local
We could specify a list of files that automatically trigger the more stringent requirements -- i.e. comparison against a known target given a defined data source (probably in the form of a minimally populated .sqlite file)
The text was updated successfully, but these errors were encountered:
brownag
added
the
NASIS-local
This tag is used for pull requests, issues, discussions etc. for soilDB local NASIS functions
label
Jan 5, 2021
Currently, bugs and unintended behavior sneaks into NASIS functionality due to the issues with populating selected set with sufficiently diverse data, and the lack of a local NASIS install when we are testing on remote servers. The recent work to switch over to DBI for handling ODBC connections will soon allow for us to use RSQLite instead of ODBC, and point at a file on the local drive, to "simulate" a NASIS local database on remote/cooperator machines.
A few longer-term issues following on from #146 and #149
.Rda stored as artifact of R CMD check GitHub Action
An Rdata object can be stored containing the results of running [defined] methods. A good list was identified based on the files impacted by PR #149. This can provide targets that are used to verify "correct" functionality of NASIS if it is run against a branch known to be good and working.
Presence of NASIS-local tag triggers comparison against master
I recently created the NASIS-local tag to tag changes that impact the local NASIS database access functionality. This includes anything that alters the queries that target the NASIS local database, or in the future, a SQLite or similar backend via an alternative DBI driver.
Automatic tagging of NASIS-local
We could specify a list of files that automatically trigger the more stringent requirements -- i.e. comparison against a known target given a defined data source (probably in the form of a minimally populated .sqlite file)
The text was updated successfully, but these errors were encountered: