-
Notifications
You must be signed in to change notification settings - Fork 672
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
RequestLogger works weird with concurrency >= 2 and CDP #7977
Comments
We appreciate you taking the time to share the information about this issue. We replicated it, and it is currently in our internal queue. Please note that the research may take time. We'll update this thread once we have news. |
When do you plan to release the fix? |
At present, we can't give you an exact date as to when the next version will be released. |
but, it's a critical issue.... at least by my opinion... |
We consider this issue important. That's why we tried to fix it as soon as possible. However, we cannot consider it |
@AlexKamaev any news? |
@vasilyevi |
Release v3.4.0-rc.1 addresses this. |
What is your Scenario?
Trying to log the requests using RequestLogger and from time to time it shows incorrect data. I'm not able to reproduce the issue with concurrency = 1.
What is the Current behavior?
It does not log the correct requests.
I get the following error
1) TypeError: Cannot read properties of undefined (reading 'response')
I do log ne
What is the Expected behavior?
It have to
What is your public website URL? (or attach your complete example)
Sent the details to the support@devexpress.com
What is your TestCafe test code?
Sent the details to the support@devexpress.com
Your complete configuration file
Your complete test report
No response
Screenshots
No response
Steps to Reproduce
Run the tests which I send to support@devexpress.com
TestCafe version
3.3.0-rc.1
Node.js version
v18.17.0
Command-line arguments
npx testcafe
Browser name(s) and version(s)
No response
Platform(s) and version(s)
No response
Other
No response
The text was updated successfully, but these errors were encountered: