Skip to content
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

After Issue #300 Is Addressed, Move TestInetLayerDNS from noinst_PROGRAMS Back to check_PROGRAMS #329

Closed
gerickson opened this issue Apr 10, 2020 · 8 comments · Fixed by #2644
Assignees
Labels
bug Something isn't working build issue testing
Milestone

Comments

@gerickson
Copy link
Contributor

After GitHub issue #300 is addressed, move the Inet layer unit and functional test, TestInetLayerDNS from noinst_PROGRAMS back to check_PROGRAMS in src/inet/tests/Makefile.am.

@gerickson
Copy link
Contributor Author

We have gone way too long (two-plus months) with out this working.

@gerickson
Copy link
Contributor Author

@yunhanw-google, any updates on this?

@yunhanw-google
Copy link
Contributor

Hi, Grant

The initial happy PR is in #2319 with test_inet_multicast

@yunhanw-google
Copy link
Contributor

It seems we are moving to gn build only for CHIP.

@gerickson
Copy link
Contributor Author

Yes, those are functional tests; however, what about the standalone unit tests that are still broken and have been broken for 5+ months?

@gerickson
Copy link
Contributor Author

Sure, we need to figure out the equivalent action in GN; regardless, the tests need to run.

yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 14, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 15, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add priviledge and host network to enable IPv6 in docker

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 15, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add priviledge and host network to enable IPv6 in docker

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 15, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add priviledge and host network to enable IPv6 in docker

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 16, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add priviledge and host network to enable IPv6 in docker

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 16, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add priviledge and host network to enable IPv6 in docker

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 16, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add priviledge and host network to enable IPv6 in docker

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 16, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add IPv6 support in docker

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 16, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add IPv6 support in docker

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 16, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add IPv6 support in docker

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 16, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add IPv6 support in docker

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 16, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add IPv6 support in docker

Fix project-chip#329
yunhanw-google added a commit to yunhanw-google/connectedhomeip that referenced this issue Sep 16, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add IPv6 support in docker

Fix project-chip#329
woody-apple pushed a commit that referenced this issue Sep 17, 2020
Problem
Missing TestInetEndPoint and TestInetLayerDNS for Inet layer

Summary of Changes
Add TestInetEndPoint and TestInetLayerDNS
Add IPv6 support in docker

Fix #329
@yunhanw-google
Copy link
Contributor

Sure, we need to figure out the equivalent action in GN; regardless, the tests need to run.

Thanks for the reply, yep, i have enabled the tests in both automake and build gn successfully.

@gerickson
Copy link
Contributor Author

This has been deprecated through the deprecation of autotools-based builds and has been resolved in the GN-based build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment