-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adapt tests to RESTARTING/PURGING (2nd part) #976
adapt tests to RESTARTING/PURGING (2nd part) #976
Conversation
3023fc1
to
cfd0cb4
Compare
7f87a45
to
e9ee410
Compare
PURGING state does not exist anymore, use HALTING instead Signed-off-by: Christoph Ostarek <[email protected]>
e9ee410
to
f424ccc
Compare
f424ccc
to
050d2c6
Compare
but expect HALTING state Signed-off-by: Christoph Ostarek <[email protected]>
050d2c6
to
a8791ab
Compare
I see lots of:
and
|
@christoph-zededa You can ignore those dhcpcd errors. We always had those. I would like to get rid of them, but probably the only option is to filter them out inside the newlog service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
.github/workflows/eden.yml
Outdated
@@ -15,5 +15,5 @@ jobs: | |||
name: Execute Eden test workflow | |||
uses: ./.github/workflows/test.yml | |||
with: | |||
eve_image: "lfedge/eve:11.7.0" | |||
eve_image: "lfedge/eve:12.3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumping version here means we should bump versions in default, and perhaps we should update and merge #969 before merging this, wdys @milan-zededa ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, @christoph-zededa please update also default to 12.3.0.
Regarding #969, I'm debugging failing tests in #981. Once I'm done I will update 969 or maybe close it and open new PR with all test fixes. So do not get this PR delayed because of 969.
Signed-off-by: Christoph Ostarek <[email protected]>
91420d9
to
db28fa0
Compare
@@ -192,14 +192,18 @@ fi | |||
DN="$1" | |||
TIMESTAMP="${2:-0}" | |||
CMD="${3:-COMMAND_UNSPECIFIED}" | |||
EXPECTED_CMD="$CMD" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes contained in this PR are already merged except for this modification in app_local_info.txt
However, the test passes so maybe it is not needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok; then I just close this PR.
refs #977