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

Long Test Execution Times in entity.py save() Method #445

Open
vtsvetkov-splunk opened this issue Jan 27, 2025 · 0 comments
Open

Long Test Execution Times in entity.py save() Method #445

vtsvetkov-splunk opened this issue Jan 27, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@vtsvetkov-splunk
Copy link
Contributor

We are experiencing significant delays in test execution times. The bottleneck has been identified in the save() method within entity.py.

The method currently takes ~60 seconds to complete, which is significantly longer than necessary.

The method waits sequentially for the following operations:

  • get_error() method: ~20 seconds
  • get_warning() method: ~20 seconds
  • wait_loading() method: ~20 seconds

In most cases, there are no error messages and the save operation is successful. However, the method still waits for the full 60 seconds to complete.

For timing details of each operation, please refer to this draft PR: https://github.com/splunk/addon-factory-smartx-ui-test-library/actions/runs/12993537981?pr=444

@vtsvetkov-splunk vtsvetkov-splunk added the bug Something isn't working label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant