test: remove racy node startup from execution test#3264
test: remove racy node startup from execution test#3264julienrbrt merged 1 commit intoevstack:mainfrom
Conversation
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3264 +/- ##
==========================================
- Coverage 62.33% 62.28% -0.06%
==========================================
Files 122 122
Lines 12877 12877
==========================================
- Hits 8027 8020 -7
- Misses 3970 3974 +4
- Partials 880 883 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
node.Run was not needed - bc.Executor is set during node creation, before Run is called. Removed node.Run, waitForNodeInitialization, and the grace period sleep to eliminate the race condition
Summary by CodeRabbit