interactions.py
interactions.py copied to clipboard
ci: Further measures to prevent collisions when running multiple copies of the test suit simultaneously
Pull Request Type
- [ ] Feature addition
- [ ] Bugfix
- [ ] Documentation update
- [ ] Code refactor
- [ ] Tests improvement
- [x] CI/CD pipeline enhancement
- [ ] Other: [Replace with a description]
Description
I'm hoping this fixes the intermittant Voice Test failures.
Changes
- Makes the names of the voice channels used in tests even more unique.
Related Issues
Test Scenarios
Python Compatibility
- [ ] I've ensured my code works on Python
3.10.x - [ ] I've ensured my code works on Python
3.11.x
Checklist
- [ ] I've run the
pre-commitcode linter over all edited files - [ ] I've tested my changes on supported Python versions
- [ ] I've added tests for my code, if applicable
- [ ] I've updated / added documentation, where applicable
Tests failures are solved by #1649
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 46.12%. Comparing base (
b96eece) to head (823d2fc).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## unstable #1650 +/- ##
=========================================
Coverage 46.12% 46.12%
=========================================
Files 147 147
Lines 15650 15650
=========================================
Hits 7218 7218
Misses 8432 8432
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.