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

Update qualification test #110

Merged
merged 6 commits into from
Aug 26, 2024

Conversation

chinglee-iot
Copy link
Member

@chinglee-iot chinglee-iot commented Aug 23, 2024

Description

Remove OTA test in qualification test

New transport interface implementation still has three errors. PR will be created to esp-aws-iot to fix these error.
espressif/esp-aws-iot#228

Test Steps

All the qualification test should runs with no error except the following transport interface test cases

TEST(Full_TransportInterfaceTest, TransportRecv_NetworkContextNullPtr)./components/FreeRTOS-Libraries-Integration-Tests/FreeRTOS-Libraries-Integration-Tests/src/transport_interface/transport_interface_test.c:865::FAIL: Expected 0 to be less than 0. Transport interface recv with NULL network context pointer should return negative value.

TEST(Full_TransportInterfaceTest, TransportRecv_BufferNullPtr)./components/FreeRTOS-Libraries-Integration-Tests/FreeRTOS-Libraries-Integration-Tests/src/transport_interface/transport_interface_test.c:886::FAIL: Expected 0 to be less than 0. Transport interface recv with NULL buffer pointer should return negative value.

TEST(Full_TransportInterfaceTest, TransportRecv_ZeroByteToRecv)./components/FreeRTOS-Libraries-Integration-Tests/FreeRTOS-Libraries-Integration-Tests/src/transport_interface/transport_interface_test.c:905::FAIL: Expected 0 to be less than 0. Transport interface recv with zero byte to recv should return negative value.

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@chinglee-iot chinglee-iot force-pushed the update-qualification-test branch 9 times, most recently from 2e0a22d to 68db8d4 Compare August 23, 2024 14:32
@chinglee-iot chinglee-iot force-pushed the update-qualification-test branch from 68db8d4 to 871763d Compare August 23, 2024 14:33
@chinglee-iot chinglee-iot requested a review from ActoryOu August 26, 2024 02:21
@chinglee-iot chinglee-iot merged commit 6ace727 into FreeRTOS:main Aug 26, 2024
21 checks passed
@chinglee-iot chinglee-iot deleted the update-qualification-test branch August 26, 2024 06:32
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.

3 participants