-
-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlite3 CLI executable should be checked for at configure time #29092
Comments
comment:1
The practice of testing third-party software from within Sage's doctests is going to cause these problems more and more frequently. (I myself am guilty of adding doctests for maxima regressions to sage.) In this case, why is the sage library testing the sqlite3 executable at all? The library doesn't use it. If anything, it belongs in a sqlite3 spkg-check... but I'm sure sqlite3's own test suite already ensures that the thing runs. My suggestion: delete these tests. |
comment:2
Replying to @orlitzky:
I think we need to start distinguishing between sagelib tests and sage-the-distribution tests. Instead of just deleting the tests, I think we should move sage-the-distribution tests from |
comment:6
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
As I noted here #29002 introduces a small regression in case someone has libsqlite3 installed but not the sqlite3 executable.
I marked this a 'critical' just because it is a regression, albeit I think not a very severe one.
CC: @dimpase @isuruf @orlitzky @videlec
Component: build: configure
Issue created by migration from https://trac.sagemath.org/ticket/29092
The text was updated successfully, but these errors were encountered: