Skip to content

apt_dpkg: use SQLite3 for path to package mapping#380

Open
bdrung wants to merge 1 commit intocanonical:mainfrom
bdrung:use-sqlite
Open

apt_dpkg: use SQLite3 for path to package mapping#380
bdrung wants to merge 1 commit intocanonical:mainfrom
bdrung:use-sqlite

Conversation

@bdrung
Copy link
Member

@bdrung bdrung commented Jul 31, 2024

@codecov
Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.28%. Comparing base (f713fe1) to head (96de0b4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #380      +/-   ##
==========================================
+ Coverage   84.21%   84.28%   +0.07%     
==========================================
  Files         104      104              
  Lines       20778    20853      +75     
  Branches     3253     3254       +1     
==========================================
+ Hits        17498    17576      +78     
+ Misses       2827     2826       -1     
+ Partials      453      451       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bdrung bdrung force-pushed the use-sqlite branch 3 times, most recently from eea3ced to 8af254a Compare August 1, 2024 13:00
@bdrung bdrung added this to the 2.33.0 milestone Feb 21, 2025
@bdrung
Copy link
Member Author

bdrung commented May 30, 2025

CI system (ubuntu:noble) from 36f560c in main took 12m56s with these offenders (excluding test_signal_crashes and test_python_crashes):

============================== slowest durations ===============================
181.61s call     tests/system/test_apport_retrace.py::test_retrace_jammy_sandbox
113.08s call     tests/system/test_apport_valgrind.py::TestApportValgrind::test_sandbox_cache_options
94.62s call     tests/system/test_apport_retrace.py::test_retrace_system_sandbox
31.31s call     tests/system/test_packaging_apt_dpkg.py::test_install_package_from_a_ppa[one-line]
25.13s call     tests/system/test_apport_retrace.py::test_retrace_jammy_sandbox_gdb_sandbox
24.97s call     tests/system/test_apport_retrace.py::test_retrace_system_sandbox_gdb_sandbox
20.49s call     tests/system/test_packaging_apt_dpkg.py::test_install_packages_from_launchpad[deb822]
18.84s call     tests/system/test_packaging_apt_dpkg.py::test_install_packages_from_launchpad[one-line]
17.15s call     tests/system/test_packaging_apt_dpkg.py::test_install_packages_permanent_sandbox[one-line]
16.90s call     tests/system/test_packaging_apt_dpkg.py::test_install_packages_permanent_sandbox[deb822]
12.30s call     tests/system/test_packaging_apt_dpkg.py::test_install_packages_system[deb822]
11.82s call     tests/system/test_packaging_apt_dpkg.py::test_install_packages_system[one-line]
11.63s call     tests/system/test_packaging_apt_dpkg.py::test_install_packages_versioned[deb822]
11.57s call     tests/system/test_packaging_apt_dpkg.py::test_install_packages_versioned[one-line]

@bdrung bdrung removed this from the 2.33.0 milestone Jun 2, 2025
Bug: https://launchpad.net/bugs/2073787
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant