-
Notifications
You must be signed in to change notification settings - Fork 2k
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
fib_sr: unittests for fib_sr fail sporadically #4513
Comments
Tried about 35 times on SAMR21-xpro. Could not reproduce. |
On what branch did you try (mine was on release branch (or as in the example above a branch forked from the release branch)) |
Oh and it was on native. Never tested it for any other platform actually, yet. |
IMO the check here: https://github.com/RIOT-OS/RIOT/blob/master/sys/net/network_layer/fib/fib.c#L911 doesn't make much sense and should be removed. @BytesGalore, @cgundogan? This function (fib_sr_entry_add()) adds a new entry, right? Why should we check its lifetime here? And who should initialize its lifetime? |
@BytesGalore, please check if #4519 seems valid to you. |
@authmillenon @OlegHahm wow never bumped this problem I will have a look. |
Well they are there and #4519 does not fix this. |
But it seems to be related to the |
Its due to the |
#4519 would fix it, but is apparently the wrong solution. ;) |
got automatically closed by merging #4524. However, as I understand it, this issue still persists. Reopened. |
Fixed by #4585. |
Needs to be merged first. |
Can be closed as #4585 was merged into master |
Note, that sometimes they'll pass regardless.
The text was updated successfully, but these errors were encountered: