[11.0-stable] backport: Make newlogd keep the original msg text and fields#3733
Conversation
…text and fields Signed-off-by: Paul Gaiduk <paulg@zededa.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 11.0-stable #3733 +/- ##
============================================
Coverage 20.30% 20.30%
============================================
Files 212 212
Lines 46071 46071
============================================
+ Hits 9354 9355 +1
- Misses 36034 36035 +1
+ Partials 683 681 -2 ☔ View full report in Codecov by Sentry. |
|
I see that eden tests are failing due to references to #cloud-config i.e., the tests assume that this support is present in 11.0-stable, which it doesn't seem to be. Are we referring to the wrong version/tag of the eden tests? |
Thank you for noticing this @eriknordmark! Although the Eden version is set correctly to use the workflow from release 0.9.2, it still checks out the repository (including test files) from the latest master. I'm gonna look into this and present a fix, but this will probably have nothing to do with this PR. |
I wonder if there is some fluke because the PR with the idential backport to 10.4-stable didn't trip on this. |
The workflow has changed in 11.0-stable to use the workflow from Eden which works like this So since we trigger that workflow from outside it just uses the latest master. |
Can you check with @uncleDecart if we can come up with a better scheme. He and Avi has just redone the Eden workflows in master and I don't know if that would help or hinder coming up with a scheme for running the correct version of the eden tests for a stable branch. In any case I suspect we will need a general solution to this for future LTS releases. |
uncleDecart
left a comment
There was a problem hiding this comment.
Trying to re-trigger eden tests 🪄
Since using a tagged version of Eden doesn't allow for backporting on Eden's side, we created a branch with a similar name and are now using that branch in the workflow. Signed-off-by: Paul Gaiduk <paulg@zededa.com>
755cc61 to
df61816
Compare
No description provided.