-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Various WASM timeouts on CI #85304
Comments
This is interesting interp on chrome Log There test at
|
This log is example of V8 dying in the middle of some promise chain as reported here. #83443
|
This log is example where the NodeJS died in the middle of the test.
|
I can't find the actual definition of FullSchema1 (it appears to reference a FullJsonSchema1, but I can't find any references to that name in the repo or via a google search). Does anyone know what these tests are doing? |
OK, I found the definition - it's a string resource in a resx file, and github search is broken and doesn't see it. The value is this: {"age":30,"first":"John","last":"Smith","phoneNumbers":["425-000-1212","425-000-1213"],"address":{"street":"1MicrosoftWay","city":"Redmond","zip":98052},"IDs":[425,-70,9223372036854775000],"arrayWithObjects":["text",14,[],null,false,{},{"time":24},["1","2","3"]],"boolean":false,"null":null,"objectName":{"group":{"array":[false],"field":"simple","anotherFieldNum":5,"anotherFieldBool":true,"lastField":null}},"emptyObject":{}} I can't see any reason why this would take multiple seconds, it's a very small chunk of data. Maybe the time is a GC pause caused by the tests previously doing tons of allocations? The JSON infra may also be allocating delegates for field access which could cause us to spend time generating interp and jiterp code, but that also shouldn't take more than dozens of ms at most. |
Error Blob
Reproduction Steps
No response
Report
Summary
The text was updated successfully, but these errors were encountered: