-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Revert 69705 and fix #72344 #72345
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
Revert 69705 and fix #72344 #72345
Conversation
…tatic" This reverts commit 7c03e5d. zephyrproject-rtos#69705 Introduced a regression in main in which tests/subsys/logging/log_timestamp started failing. (See zephyrproject-rtos#72344 for more info). Let's revert the PR. It can be submitted after with the issue fixed. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This reverts commit 8eabf80. zephyrproject-rtos#69705 Introduced a regression in main in which tests/subsys/logging/log_timestamp started failing. (See zephyrproject-rtos#72344 for more info). Let's revert the PR. It can be submitted after with the issue fixed. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
…sec" This reverts commit fd8ca83. zephyrproject-rtos#69705 Introduced a regression in main in which tests/subsys/logging/log_timestamp started failing. (See zephyrproject-rtos#72344 for more info). Let's revert the PR. It can be submitted after with the issue fixed. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
… at runtime" This reverts commit d82f4a9. zephyrproject-rtos#69705 Introduced a regression in main in which tests/subsys/logging/log_timestamp started failing. (See zephyrproject-rtos#72344 for more info). Let's revert the PR. It can be submitted after with the issue fixed. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
|
@aescolar did you consider reverting just the one commit that @fabiobaltieri identified as the culprit? I was able to verify that simply reverting it also fixes the issue. |
I did, but I was concerned that reverting only that one I would leave something else broken. It just seemed the cleaner and safer thing to do was revert the whole PR; And once the author identifies the cause behind the issue the PR can be resubmitted with it fixed. |
jhedberg
left a comment
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.
@aescolar did you consider reverting just the one commit that @fabiobaltieri identified as the culprit? I was able to verify that simply reverting it also fixes the issue.
I did, but I was concerned that reverting only that one I would leave something else broken. It just seemed the cleaner and safer thing to do was revert the whole PR; And once the author identifies the cause behind the issue the PR can be resubmitted with it fixed.
Ok. Fair enough.
|
The regression is due to following reason: |
|
Thanks @najumon1980 , does that mean you will be able to have a patch ready and passing soon? (in a matter of an hour or so). Otherwise we can just merge the revert and the original PR can be resubmitted without time pressure. |
|
let see I can provide a fix for this |
|
Provided following fix for the regression: |
|
@najumon1980 The fix in #72352 does not seem too trivial. I'm quite inclined to merge this revert PR and unblock main. |
Yes, I think it's better to give the correct fix some more time for review, especially from @andyross, so let's merge the revert first. |
|
Random aside: this is the second time in a week we've seen core tests regress from PR's that didn't see them in CI? Is something getting skipped? Basically how was this not caught? |
Last activity: 18 months ago (review) Recent activities: - review: Review on 'x86: ia32: linker: move bss/noinit sections after data section' zephyrproject-rtos#73044 (2024-05-22T06:47:31Z) - pr: kernel: timer: fixes for log_timestamp test case failer due to timer PR regression zephyrproject-rtos#72352 (2024-05-06T10:47:53Z) - review: Review on 'Revert 69705 and fix zephyrproject-rtos#72344' zephyrproject-rtos#72345 (2024-05-06T09:53:31Z) Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
#69705
Introduced a regression in main in which tests/subsys/logging/log_timestamp started failing.
Let's revert the PR. It can be submitted after with the issue fixed.
Fixes #72344