-
Notifications
You must be signed in to change notification settings - Fork 21
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
Release 2021.01 - RC2 #206
Comments
03. Task 01 - ICMPv6 multicast echo on nativePASSEDCaptured stdout call
|
04. Task 01 - ICMPv6 link-local echo with iotlab-m3PASSEDCaptured stdout call
|
03. Task 02 - ICMPv6 link-local echo on nativePASSEDCaptured stdout call
|
04. Task 02 - ICMPv6 multicast echo with iotlab-m3/samr21-xproPASSEDCaptured stdout call
|
04. Task 03 - ICMPv6 echo with large payloadPASSEDCaptured stdout call
|
I copy #202 (comment) here to summarize the output of the RC1:
Bugs fixed before RC2:
Some open bugs:
For this RC-2 I think it wouldn't hurt to run all tests on If we find the issues of the open bugs, I will push another RC-2. Otherwise they will go as known issues, since I consider the impact is not too big. |
04. Task 09 - ICMPv6 stress test on iotlab-m3PASSEDCaptured stdout call
|
04. Task 10 (Experimental) - ICMPv6 echo with large payload (IPv6 fragmentation)PASSEDCaptured stdout call
|
04. Task 11 (Experimental) - ICMPv6 stress test on nrf802154PASSEDCaptured stdout call
|
04. Task 12 (Experimental) - ICMPv6 multicast echo with iotlab-m3/nrf802154PASSEDCaptured stdout call
|
04. Task 13 (Experimental) - ICMPv6 link-local echo with iotlab-m3/nrf802154PASSEDCaptured stdout call
|
05. Task 02 - ICMPv6 echo unicast addresess on iotlab-m3 (default route)PASSEDCaptured stdout call
|
I found something here... for diff --git a/sys/posix/sleep/posix_sleep.c b/sys/posix/sleep/posix_sleep.c
index 11581069c8..87a4454546 100644
--- a/sys/posix/sleep/posix_sleep.c
+++ b/sys/posix/sleep/posix_sleep.c
@@ -24,7 +24,7 @@
unsigned int sleep(unsigned int seconds)
{
- ztimer_sleep(ZTIMER_MSEC, seconds * MS_PER_SEC);
+ ztimer_sleep(ZTIMER_USEC, seconds*1000000);
return 0;
}
@aabadie @kaspar030 any idea? |
06. Task 01 - UDP on iotlab-m3PASSEDCaptured stdout call
|
06. Task 02 - UDP on iotlab-m3 (UDP port compression)PASSEDCaptured stdout call
|
06. Task 04 - UDP on iotlab-m3 (non-existent neighbor)PASSEDCaptured stdout call
|
06. Task 06 - Empty UDP on iotlab-m3PASSEDCaptured stdout call
|
07. Task 01 - ICMPv6 echo on iotlab-m3 with three hops (static route)PASSEDCaptured stdout setup
Captured stdout call
|
07. Task 02 - UDP on iotlab-m3 with three hops (static route)PASSEDCaptured stdout setup
Captured stdout call
|
03. Task 04 - ICMPv6 stress test on native (1 hour)PASSEDCaptured stdout call
|
07. Task 03 - ICMPv6 echo on iotlab-m3 with three hops (RPL route)PASSEDCaptured stdout setup
Captured stdout call
|
03. Task 05 - ICMPv6 stress test on native (neighbor cache stress)PASSEDCaptured stdout call
|
07. Task 04 - UDP on iotlab-m3 with three hops (RPL route)PASSEDCaptured stdout setup
Captured stdout call
|
03. Task 06 - ICMPv6 link-local echo on native (IPv6 fragmentation)PASSEDCaptured stdout call
|
05. Task 01 - ICMPv6 echo unicast addresess on native (default route)PASSEDCaptured stdout call
|
05. Task 03 - ICMPv6 echo unicast addresess on native (specific route)PASSEDCaptured stdout call
|
05. Task 04 - ICMPv6 echo unicast addresess on iotlab-m3 (static route)PASSEDCaptured stdout call
|
06. Task 03 - UDP on native (non-existent neighbor)PASSEDCaptured stdout call
|
09. Task 04 - Block2PASSEDCaptured stdout call
Captured log call
|
09. Task 05 - Observe registration and notificationPASSEDCaptured stdout call
Captured log call
|
10. Task 01 - Destination unreachable - no route to destinationPASSEDCaptured stdout call
Captured log call
|
10. Task 02 - Destination unreachable - Beyond scope of source addressPASSEDCaptured stdout call
Captured log call
|
10. Task 03 - Destination unreachable - address unreachable (target node address)PASSEDCaptured stdout call
|
10. Task 04 - Destination unreachable - address unreachable (neighbor cache miss)PASSEDCaptured stdout call
Captured log call
|
10. Task 05 - Destination unreachable - port unreachablePASSEDCaptured stdout call
|
10. Task 06 - Destination unreachable - port unreachable (large payload)PASSEDCaptured stdout call
Captured log call
|
10. Task 07 - Packet too bigPASSEDCaptured stdout call
Captured log call
|
10. Task 08 - Time exceeded - hop limit exceeded in transitPASSEDCaptured stdout call
Captured log call
|
10. Task 09 - Parameter problem - erroneous header field encounteredPASSEDCaptured stdout call
Captured log call
|
10. Task 10 - IPv6-in-IPv6 encapsulationPASSEDCaptured stdout call
|
This was fixed by RIOT-OS/RIOT#15794 but it was not backported apparently. |
|
I found the issue with tests/test_tools. The node has the correct behavior, but the tests application is wrong. This is what the raw output shows (the node doesn't print LOWERCASE surrounded by weird characters):
However, this is what
I suspect it has to do with pexpect... (I think starting from pyexpect 4.0 they are using |
This seems to be a perfect storm of using |
Let's move it to |
I think it would be nice to ensure the LoRaWAN tests pass too. RIOT-OS/RIOT#15794 prevented |
01. Task #02 - Unittests on nativePASSED
|
But for RC3 of course ;). I will open it soon |
See https://github.com/RIOT-OS/RIOT/actions/runs/515497475 for |
01. Task #03 - Unittests on native separatedPASSED
|
01. Task #04 - Unittests on iotlab-m3PASSED
|
well, https://github.com/RIOT-OS/RIOT/actions/runs/515497475 doesn't seem to show something new (the failures are because of tests with configs or root). I'm also running locally all tests with native, but I don't expect anything new there neither. Let's wait for RIOT-OS/RIOT#15882 and then I will announce RC-3. If by chance RIOT-OS/RIOT#15870 is solved before the release date, I would announce a RC-4. However I think the impact of that one is not too high. |
tests/gnrc_ipv6_ext_frag sometime fails (it seems to a race condition of pexpect). But the functiality is indeed right. |
So far:
I will announce RC3 now. For that, I think it should be enough to re-run 01, 02 and 11-T01 (since |
Closing in favor of #207 |
This issue lists the status of all tests for the Release Candidate 2 of the 2021.01 release.
Specs tested:
Task Release 2015.12 - pre-RC1 #9 - deprecatedTask Release 2015.12 - RC1 #10 - deprecatedThe text was updated successfully, but these errors were encountered: