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

Fix warnings of non use variables for Common Tests #217

Merged
merged 1 commit into from Sep 28, 2020

Conversation

vkatsuba
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Sep 22, 2020

Coverage Status

Coverage increased (+0.07%) to 78.896% when pulling 55563f1 on fix/remove_warnings_of_unused_variables_for_ct into 7e68d09 on master.

Copy link
Member

@RoadRunnr RoadRunnr left a comment

Choose a reason for hiding this comment

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

I see more warnings, shouldn't they be fixed as well if we touch this?

test/ergw_test_sx_up.erl:166: Warning: variable 'PCtx' is unused
test/ergw_test_sx_up.erl:183: Warning: variable 'PCtx' is unused
test/ergw_test_sx_up.erl:220: Warning: variable 'IP' is unused
test/ergw_test_sx_up.erl:220: Warning: variable 'InPortNo' is unused
test/ergw_test_sx_up.erl:220: Warning: variable 'Packet' is unused
test/ergw_test_sx_up.erl:282: Warning: function sx_reply/2 is unused

test/ergw_pgw_test_lib.erl:715: Warning: variable 'RemoteCntlTEI' is unused

test/ergw_ggsn_test_lib.erl:379: Warning: variable 'RemoteCntlTEI' is unused

test/ggsn_SUITE.erl:826: Warning: variable 'Req' is unused
test/ggsn_SUITE.erl:838: Warning: variable 'Req' is unused

@vkatsuba
Copy link
Contributor Author

I see more warnings, shouldn't they be fixed as well if we touch this?

test/ergw_test_sx_up.erl:166: Warning: variable 'PCtx' is unused
test/ergw_test_sx_up.erl:183: Warning: variable 'PCtx' is unused
test/ergw_test_sx_up.erl:220: Warning: variable 'IP' is unused
test/ergw_test_sx_up.erl:220: Warning: variable 'InPortNo' is unused
test/ergw_test_sx_up.erl:220: Warning: variable 'Packet' is unused
test/ergw_test_sx_up.erl:282: Warning: function sx_reply/2 is unused

test/ergw_pgw_test_lib.erl:715: Warning: variable 'RemoteCntlTEI' is unused

test/ergw_ggsn_test_lib.erl:379: Warning: variable 'RemoteCntlTEI' is unused

test/ggsn_SUITE.erl:826: Warning: variable 'Req' is unused
test/ggsn_SUITE.erl:838: Warning: variable 'Req' is unused

Sure, will be done. I have not seen this warnings before. Thanks.

@vkatsuba vkatsuba force-pushed the fix/remove_warnings_of_unused_variables_for_ct branch from d6533df to 55563f1 Compare September 28, 2020 11:13
@RoadRunnr RoadRunnr merged commit ca16498 into master Sep 28, 2020
@RoadRunnr RoadRunnr deleted the fix/remove_warnings_of_unused_variables_for_ct branch September 28, 2020 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants