Skip to content

tests/lwip_sock_tcp: remove duplicated xtimer_init#15189

Merged
benpicco merged 1 commit into
RIOT-OS:masterfrom
fjmolinas:pr_lwip_sock_tcp_xtimer_init
Oct 8, 2020
Merged

tests/lwip_sock_tcp: remove duplicated xtimer_init#15189
benpicco merged 1 commit into
RIOT-OS:masterfrom
fjmolinas:pr_lwip_sock_tcp_xtimer_init

Conversation

@fjmolinas

Copy link
Copy Markdown
Contributor

Contribution description

xtimer is already initiated in auto_init, no need to perform
initiation twice.

Testing procedure

Run tests/lwip_sock_tcp.

Issues/PRs references

Found in #15186

@fjmolinas fjmolinas added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) CI: run tests If set, CI server will run tests on hardware for the labeled PR labels Oct 8, 2020
@fjmolinas fjmolinas requested a review from miri64 as a code owner October 8, 2020 14:12
@fjmolinas fjmolinas added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Oct 8, 2020
Comment thread tests/lwip_sock_tcp/main.c
@leandrolanzieri leandrolanzieri added the Process: needs backport Integration Process: The PR is required to be backported to a release or feature branch label Oct 8, 2020
xtimer is already initiated in auto_init, no need to perform
initiation twice.
@fjmolinas fjmolinas force-pushed the pr_lwip_sock_tcp_xtimer_init branch from 61c150d to 7ec1d2e Compare October 8, 2020 14:26
@leandrolanzieri

Copy link
Copy Markdown
Contributor

The failing test is unrelated to the changes.

@leandrolanzieri leandrolanzieri added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed CI: run tests If set, CI server will run tests on hardware for the labeled PR CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Oct 8, 2020

@leandrolanzieri leandrolanzieri left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change makes sense and the test is passing. ACK.

@leandrolanzieri leandrolanzieri added Reviewed: 1-fundamentals The fundamentals of the PR were reviewed according to the maintainer guidelines Reviewed: 2-code-design The code design of the PR was reviewed according to the maintainer guidelines Reviewed: 3-testing The PR was tested according to the maintainer guidelines Reviewed: 4-code-style The adherence to coding conventions by the PR were reviewed according to the maintainer guidelines labels Oct 8, 2020
@leandrolanzieri leandrolanzieri added this to the Release 2020.10 milestone Oct 8, 2020
@benpicco benpicco added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Oct 8, 2020
@benpicco benpicco merged commit a83927d into RIOT-OS:master Oct 8, 2020
@fjmolinas fjmolinas deleted the pr_lwip_sock_tcp_xtimer_init branch October 9, 2020 07:28
@fjmolinas

Copy link
Copy Markdown
Contributor Author

Backport provided in #15191

@fjmolinas

Copy link
Copy Markdown
Contributor Author

Thanks or the review and spotting the issue @leandrolanzieri!

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

Labels

CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Process: needs backport Integration Process: The PR is required to be backported to a release or feature branch Reviewed: 1-fundamentals The fundamentals of the PR were reviewed according to the maintainer guidelines Reviewed: 2-code-design The code design of the PR was reviewed according to the maintainer guidelines Reviewed: 3-testing The PR was tested according to the maintainer guidelines Reviewed: 4-code-style The adherence to coding conventions by the PR were reviewed according to the maintainer guidelines Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants