-
-
Notifications
You must be signed in to change notification settings - Fork 59
Disposable integration tests (system_tests_dispvm) have repeated tests, making the run slower than it should #10749
Copy link
Copy link
Labels
C: testsThis issue pertains to tests for the codebase and infrastructure.This issue pertains to tests for the codebase and infrastructure.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.affects-4.3This issue affects Qubes OS 4.3.This issue affects Qubes OS 4.3.devel-host-cur-testdiagnosedTechnical diagnosis of this issue has been performed.Technical diagnosis of this issue has been performed.pr submittedA pull request has been submitted for this issue.A pull request has been submitted for this issue.r4.3-host-stabler4.3-stable
Metadata
Metadata
Assignees
Labels
C: testsThis issue pertains to tests for the codebase and infrastructure.This issue pertains to tests for the codebase and infrastructure.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.affects-4.3This issue affects Qubes OS 4.3.This issue affects Qubes OS 4.3.devel-host-cur-testdiagnosedTechnical diagnosis of this issue has been performed.Technical diagnosis of this issue has been performed.pr submittedA pull request has been submitted for this issue.A pull request has been submitted for this issue.r4.3-host-stabler4.3-stable
Type
Fields
Give feedbackNo fields configured for Bug.
Qubes OS release
Qubes OS 4.3
Brief summary
These tests are run for every installed template, Debian, Fedora and Whonix, but they are not affected by the template running them:
The
test_015_preload_race_moretest is affected by the OS as a template that is heavier, such as Whonix-Workstation, will sometimes timeout, thus showing that the OS is slow. But this was not the intention of this test, so I think it is okay to remove this test from being shared across templates and letsystem_tests_dispvm_perf@hw*decide.Steps to reproduce
Expected behavior
No repeated tests, faster run.
Actual behavior
Repated tests, slower run.
Additional information
No response