-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
pkg/_macros/test/executor/executor_test is failing #56002
Comments
//cc @jakemac53 |
|
I agree with that (and thanks for the feedback on the meta / triaging bot issue). Here, is it We could improve the prompt for these 'test' cases. We're also not using the tuned model yet, just explicit directions in a prompt; switching to the tuned model should also improve accuracy here. |
The area should be |
@a-siva do you have a failure you can link me? I did recently land a fix for this test, and I am not sure how to validate if it was the same error or something different etc. |
Here is the first time the failure showed up logs |
Yes, but |
Ok yeah looking at the log, that is the one that should be fixed. Is this still failing? |
It was failing on the windows bots until I created this issue and approved the failure |
Moved this to the "no milestone/release" bucket. It isn't directly tied to any release and I haven't discovered any reasonable way to try and investigate the failure. I intend to just leave this as open tech debt for some time. There are no actual affected users, just a failing test in an environment that I can't reproduce. |
This failure was seen again here https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/pkg-win-release/29263/overview |
My assumption was that this test can just be marked failing/flaky and not cause people friction. Is that not the case? If you chimed in here, is that because you were blocked or otherwise affected by the failure? |
Yes, the test failure causes friction as it turns the bot on go/darto dart waterfall red If the test is doomed to flaky failures such that test deflaker can't handle it, it could be marked as Skip in the status file or even deleted altogether. |
It is only doing this on windows (that I have seen) - we do want the coverage on other platforms. So possibly marking it as skipped on windows is best? |
Yeah, something like the following should do that diff --git a/pkg/pkg.status b/pkg/pkg.status
index f129396f35c..daf26bf3345 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -243,6 +243,7 @@ vm_snapshot_analysis/test/*: SkipByDesign # Only meant to run on vm
[ $system == windows ]
front_end/test/fasta/bootstrap_test: Skip # Issue 31902
front_end/test/incremental_dart2js_load_from_dill_test: Pass, Slow
+_macros/test/executor/executor_test: Skip # dartbug.com/56002
vm_service/test/private_rpcs/dev_fs_http_put_test: Skip # Windows disallows "?" in paths
vm_service/test/private_rpcs/dev_fs_http_put_weird_char_test: Skip # Windows disallows "\r" in paths
vm_service/test/private_rpcs/dev_fs_weird_char_test: Skip # Windows disallows "\r" in paths |
Bug: #56002 Change-Id: I17be8a32c23ca4908ed89cafe0f796022d21f24b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/379240 Commit-Queue: Jake Macdonald <[email protected]> Auto-Submit: Jake Macdonald <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]> Commit-Queue: Alexander Aprelev <[email protected]>
The tests
are failing on configurations
The text was updated successfully, but these errors were encountered: