Skip to content

Conversation

david-cermak
Copy link
Collaborator

Mostly about adding tests and features from the refactor PR

  1. Add fuzzer

@david-cermak david-cermak force-pushed the feat/mdns_fuzzer branch 2 times, most recently from b979956 to f07f344 Compare October 2, 2025 15:00
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on October 20

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

{
if (mdns_service_add(NULL, service_name, proto, port, NULL, 0)) {
// This is expected failure as the service thread is not running
return ESP_FAIL;
Copy link

Choose a reason for hiding this comment

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

Bug: MDNS Tests Fail Without Action Execution

The mdns_test_sub_service_add and mdns_test_service_add functions removed the mdns_test_execute_action calls. These calls were essential for simulating service registration in the test environment, where mdns_service_add is expected to fail. Without them, subsequent checks (e.g., mdns_test_mdns_get_service_item) will always fail, and subtype additions may not be properly tested.

Fix in Cursor Fix in Web

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant