eclipse-iceoryx / eclipse-iceoryx/iceoryx
Investigate Node behavior in runtime
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 492
- Avg merge
- 18h 57m
- Merged PRs (30d)
- 1
Description
## Brief feature description
When creating a node in the runtime with a `nodeDeviceIdentifier` of value 1 and verifies that one gets a return of 0. Nodes are not really in production use - this issue was created to track a todo in the code.
For more details see the test: `TEST_F(PoshRuntime_test, CreateNodeReturnValue)`
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the `TEST_F(PoshRuntime_test, CreateNodeReturnValue)` test and trace the runtime node-creation entry point it exercises. Determine why a `nodeDeviceIdentifier` of 1 returns 0 and clarify the expected behavior before changing the implementation or test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100