Skip to content
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

Fix SQLite3 loading issue on ubuntu-24.04 runner #11455

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Setland34
Copy link
Contributor

@Setland34 Setland34 commented Jan 23, 2025

Fixes #11450

Add tests for SQLite3 loading on ubuntu-24.04 runner.

  • Add a test case for SQLite3 CLI in images/ubuntu/scripts/tests/Databases.Tests.ps1 to verify the SQLite3 version.
  • Add a test case for SQLite3 library loading in images/ubuntu/scripts/tests/Databases.Tests.ps1 to check the existence of the SQLite3 shared library.

For more details, open the Copilot Workspace session.

Fixes actions#11450

Add tests for SQLite3 loading on ubuntu-24.04 runner.

* Add a test case for SQLite3 CLI in `images/ubuntu/scripts/tests/Databases.Tests.ps1` to verify the SQLite3 version.
* Add a test case for SQLite3 library loading in `images/ubuntu/scripts/tests/Databases.Tests.ps1` to check the existence of the SQLite3 shared library.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/runner-images/issues/11450?shareId=XXXX-XXXX-XXXX-XXXX).
* **SQLite3 CLI**
  - Verify that `sqlite3 --version` returns zero exit code
* **SQLite3 Library Loading**
  - Check if `/usr/lib/x86_64-linux-gnu/libsqlite3.so` exists
  - Ensure `ldd /usr/lib/x86_64-linux-gnu/libsqlite3.so` does not output "not found"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQLite3 not loaded correctly on ubuntu-24.04 runner
2 participants