Setup pubkey on nlx server on test start#1696
Merged
matislovas merged 3 commits intomainfrom Mar 4, 2026
Merged
Conversation
ff8bf47 to
1afabc0
Compare
1afabc0 to
0690704
Compare
0690704 to
751c3e2
Compare
751c3e2 to
323fef3
Compare
323fef3 to
5cb97d2
Compare
gytsto
reviewed
Mar 2, 2026
Contributor
gytsto
left a comment
There was a problem hiding this comment.
looks good, just want to see pipeline green before approving
5cb97d2 to
b757906
Compare
b757906 to
05a98c5
Compare
05a98c5 to
63e3608
Compare
63e3608 to
d5e9f2b
Compare
d5e9f2b to
477d370
Compare
477d370 to
5e8c8d6
Compare
50dad14 to
353fd38
Compare
353fd38 to
643e785
Compare
Signed-off-by: Matas Misiunas <matislovas@gmail.com>
643e785 to
3349b79
Compare
stalowyjez
reviewed
Mar 3, 2026
|
|
||
| async def wait_till_ready(self) -> None: | ||
| await self._server_ready_event.wait() | ||
| await asyncio.sleep(2.0) |
Contributor
There was a problem hiding this comment.
What is this random sleep xd
Collaborator
Author
There was a problem hiding this comment.
Without this, tests fails, upnp -c trigerred too fast.
42be7be to
644740c
Compare
644740c to
6021ca7
Compare
6021ca7 to
22e6ebf
Compare
stalowyjez
reviewed
Mar 4, 2026
22e6ebf to
2449286
Compare
2449286 to
12c3e6d
Compare
12c3e6d to
5dee977
Compare
Signed-off-by: Matas Misiunas <matislovas@gmail.com>
5dee977 to
05efc0f
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.
Problem
There was some crashes (or race condition) in natlab, when
nordvpnlitetests was running first, andnlxserver is not prepared by other tests before.Solution
Prepare
nlxserver before running all tests.☑️ Definition of Done checklist