Skip to content

ITEP-86159 - [UI][MQTT][WS] UI performs raw WebSocket probe against /…#1015

Open
ltalarcz wants to merge 1 commit intorelease-2025.2from
oob_test_failing_release
Open

ITEP-86159 - [UI][MQTT][WS] UI performs raw WebSocket probe against /…#1015
ltalarcz wants to merge 1 commit intorelease-2025.2from
oob_test_failing_release

Conversation

@ltalarcz
Copy link
Contributor

…mqtt, causing “MQTT disconnected” state and missing scene marks (#992)

📝 Description

This is fix on failing Out Of Box test in BAT on release 2025.2 branch.

Refactoring WebSocket Connection Logic:

The checkWebSocketConnection function in utils.js has been replaced with checkMqttConnection.
The new function uses the mqtt.connect library instead of the native WebSocket API.

✨ Type of Change

Select the type of change your PR introduces:

  • 🐞 Bug fix – Non-breaking change which fixes an issue
  • 🚀 New feature – Non-breaking change which adds functionality
  • 🔨 Refactor – Non-breaking change which refactors the code base
  • 💥 Breaking change – Changes that break existing functionality
  • 📚 Documentation update
  • 🔒 Security update
  • 🧪 Tests
  • 🚂 CI

🧪 Testing Scenarios

Describe how the changes were tested and how reviewers can test them too:

  • ✅ Tested manually
  • 🤖 Ran automated end-to-end tests

✅ Checklist

Before submitting the PR, ensure the following:

  • 🔍 PR title is clear and descriptive
  • 📝 For internal contributors: If applicable, include the JIRA ticket number (e.g., ITEP-123456) in the PR title. Do not include full URLs
  • 💬 I have commented my code, especially in hard-to-understand areas
  • 📄 I have made corresponding changes to the documentation
  • ✅ I have added tests that prove my fix is effective or my feature works

…mqtt, causing “MQTT disconnected” state and missing scene marks (#992)

Co-authored-by: Dominik Pitula <99968922+dpitulax@users.noreply.github.com>
Co-authored-by: Dmytro Yermolenko <dmytro.yermolenko@intel.com>
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.

1 participant