test(deployments): port deployment lifecycle tests to integration:ng - #2075
Open
p-targowicz wants to merge 1 commit into
Open
test(deployments): port deployment lifecycle tests to integration:ng#2075p-targowicz wants to merge 1 commit into
p-targowicz wants to merge 1 commit into
Conversation
p-targowicz
changed the base branch from
rewrite-backend-integration-tests-ng
to
ng-rewrite-01-foundation
July 17, 2026 10:20
p-targowicz
force-pushed
the
ng-rewrite-01-foundation
branch
from
July 17, 2026 10:34
d19a365 to
0754f85
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 17, 2026 10:34
1811db7 to
74c391a
Compare
p-targowicz
changed the base branch from
ng-rewrite-01-foundation
to
ng-rewrite-03-devauth
July 17, 2026 10:35
p-targowicz
marked this pull request as ready for review
July 17, 2026 11:09
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
p-targowicz
force-pushed
the
ng-rewrite-03-devauth
branch
from
July 20, 2026 09:23
c6c45f3 to
dd74371
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 20, 2026 09:23
74c391a to
37c3e3c
Compare
p-targowicz
force-pushed
the
ng-rewrite-03-devauth
branch
from
July 20, 2026 10:09
dd74371 to
f3755c7
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 20, 2026 10:10
37c3e3c to
4206d08
Compare
p-targowicz
force-pushed
the
ng-rewrite-03-devauth
branch
from
July 28, 2026 07:13
f3755c7 to
c62261f
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 28, 2026 07:13
4206d08 to
cc7adad
Compare
p-targowicz
force-pushed
the
ng-rewrite-03-devauth
branch
from
July 28, 2026 09:19
c62261f to
c91d15d
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 28, 2026 09:19
cc7adad to
8203b2d
Compare
p-targowicz
force-pushed
the
ng-rewrite-03-devauth
branch
from
July 28, 2026 09:26
c91d15d to
53af74b
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 28, 2026 09:26
8203b2d to
87a5842
Compare
p-targowicz
force-pushed
the
ng-rewrite-03-devauth
branch
from
July 29, 2026 00:01
53af74b to
781170a
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 29, 2026 00:03
87a5842 to
ad40bbe
Compare
p-targowicz
force-pushed
the
ng-rewrite-03-devauth
branch
from
July 29, 2026 07:48
781170a to
90db24e
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 29, 2026 07:48
ad40bbe to
236a458
Compare
p-targowicz
force-pushed
the
ng-rewrite-03-devauth
branch
from
July 29, 2026 13:03
90db24e to
35b08e7
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 29, 2026 13:03
236a458 to
3451887
Compare
bahaa-ghazal
left a comment
Contributor
There was a problem hiding this comment.
The tests looks good!
Just the same comments regarding the TearDownSuite
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 30, 2026 12:36
3451887 to
fc68877
Compare
Deployment creation, device and group status progression including pause substates, listing with time windows and statistics, ported from test_deployments.py, which keeps running in parallel. Signed-off-by: Patryk Targowicz <patryk.targowicz@northern.tech>
p-targowicz
force-pushed
the
ng-rewrite-03-devauth
branch
from
August 3, 2026 10:14
35b08e7 to
d1c4932
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
August 3, 2026 10:14
fc68877 to
527c6ec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the suite-by-suite python-to-Go port (see #2079). Ports the
deployment lifecycle half of test_deployments.py: creation, device and
group status progression including pause substates, listing with time
windows and statistics. The python tests keep running in parallel.
Builds on #2079.