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, we use several test repos - at least one for each package manager backend we support (often more than that) which creates the confusion of what repos should new integration tests go to (a repo might not exist yet). There's also the factor of a small overhead of each integration test cloning a particular repository and creating network traffic.
If we could consolidate all test cases under a single repository and create dedicated branches for every test case it would at least clear up the confusion and help with consistency.
The text was updated successfully, but these errors were encountered:
Modify each test module to use a branch (not a git commit) as a
reference inside the new integration test repository that contains all
integration (e2e) tests for cachi2.
Update and improve a few functions inside utils.py
Drop unnecessary lines from each Containerfile that were blindly
duplicated along with the comments. Plus, they were tightly coupled with
our code printing output of specific files inside of directories coming
from pytest.
closescontainerbuildsystem#676
Signed-off-by: Michal Šoltis <msoltis@redhat.com>
Modify each test module to use a branch (not a git commit) as a
reference inside the new integration test repository that contains all
integration (e2e) tests for cachi2.
Update and improve a few functions inside utils.py
Drop unnecessary lines from each Containerfile that were blindly
duplicated along with the comments. Plus, they were tightly coupled with
our code printing output of specific files inside of directories coming
from pytest.
closescontainerbuildsystem#676
Signed-off-by: Michal Šoltis <msoltis@redhat.com>
Modify each test module to use a branch (not a git commit) as a
reference inside the new integration test repository that contains all
integration (e2e) tests for cachi2.
Update and improve a few functions inside utils.py
Drop unnecessary lines from each Containerfile that were blindly
duplicated along with the comments. Plus, they were tightly coupled with
our code printing output of specific files inside of directories coming
from pytest.
closescontainerbuildsystem#676
Signed-off-by: Michal Šoltis <msoltis@redhat.com>
Currently, we use several test repos - at least one for each package manager backend we support (often more than that) which creates the confusion of what repos should new integration tests go to (a repo might not exist yet). There's also the factor of a small overhead of each integration test cloning a particular repository and creating network traffic.
If we could consolidate all test cases under a single repository and create dedicated branches for every test case it would at least clear up the confusion and help with consistency.
The text was updated successfully, but these errors were encountered: