Test results differ on different environment/laptop #989
silabs-theophilel
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi! Thanks for the good question. Without seeing testing details, I'm just making guesses here... but there are some common sources of this:
These are some that spring to mind. If you share more details on what's going on, we might be able to narrow it down more. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have experienced few times now, in my team, that some tests that are passing on my local laptop but not on someone else's or even sometimes passing in ci but not in my laptop. This concerns few test cases.
I would like to know if some of you already enctountered such issue and what could be the root cause?
We have checked , on same branch , same commit hash with same ENV variable. And some test always FAIL while passing on other laptop.
I tried to define a common build configuration with :tools: keywork but it does not seems to be taken in consideration for some reasons. I suspect problem comes from the build tool differences (mac vs linux).
Did any of you experienced the same behavior?
Here is my project.yml file
Ceedling v1.0.0
ruby --version
ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +PRISM [arm64-darwin23]
Beta Was this translation helpful? Give feedback.
All reactions