Skip to content

Comments

Fix UI test timeout issues and event_statistics calculation#24

Merged
VaitaR merged 2 commits intomainfrom
module-logic-separation
Jun 21, 2025
Merged

Fix UI test timeout issues and event_statistics calculation#24
VaitaR merged 2 commits intomainfrom
module-logic-separation

Conversation

@VaitaR
Copy link
Owner

@VaitaR VaitaR commented Jun 21, 2025

  • Fixed event_statistics not being calculated in test fallback scenarios
  • Added robust waiting mechanisms with wait_for_condition helper
  • Increased timeouts from 10s to 20s for Python 3.12 compatibility
  • Added proper state verification with retries and error handling
  • Fixed all timeout-related test failures in GitHub Actions

Tests now pass reliably:

  • test_data_loading_flow: Fixed AssertionError for empty event_statistics
  • test_state_reset_on_clear_all: Fixed timeout issues
  • test_event_selection_state_management: Fixed timeout issues
  • test_analysis_requires_minimum_steps: Fixed timeout issues
  • test_session_state_persistence_across_interactions: Fixed timeout issues

All UI tests now pass consistently in Python 3.12 environment.

VaitaR added 2 commits June 21, 2025 23:02
- Fixed event_statistics not being calculated in test fallback scenarios
- Added robust waiting mechanisms with wait_for_condition helper
- Increased timeouts from 10s to 20s for Python 3.12 compatibility
- Added proper state verification with retries and error handling
- Fixed all timeout-related test failures in GitHub Actions

Tests now pass reliably:
- test_data_loading_flow: Fixed AssertionError for empty event_statistics
- test_state_reset_on_clear_all: Fixed timeout issues
- test_event_selection_state_management: Fixed timeout issues
- test_analysis_requires_minimum_steps: Fixed timeout issues
- test_session_state_persistence_across_interactions: Fixed timeout issues

All UI tests now pass consistently in Python 3.12 environment.
- Add missing newline at end of test_visualization_pipeline_comprehensive.py
- Remove unused imports and fix code formatting
- Ensure all files comply with ruff formatting standards
- Fix GitHub Actions pre-commit compatibility
@VaitaR VaitaR merged commit 6a719d5 into main Jun 21, 2025
8 checks passed
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