Fix flaky OrchestrationTutorialTest: Update orchestration tutorial to use fruitshop#2940
Fix flaky OrchestrationTutorialTest: Update orchestration tutorial to use fruitshop#2940christiangoerdes wants to merge 2 commits into
Conversation
… fetch latest product details instead of books
|
/ok-to-test |
|
This pull request needs "/ok-to-test" from an authorized committer. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThe PR rewrites the orchestration tutorial from a books-by-ID example to a product copy workflow: the YAML now GETs the Fruitshop listing for the newest product, builds a copy payload (name + "Copy", price 5), POSTs to create it, and returns 201. The Java test was updated to POST ChangesOrchestration Tutorial Example Modernization
🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
|
I'd like to keep the book example as it is something different than the fruitstore. |
| # 1) Fetch a book by id. | ||
| # 2) Use the author key from the book payload to fetch the author. | ||
| # Shows how to create an API that combines multiple backend calls into one API. | ||
| # 1) Fetch the newest product from fruitshop. |
There was a problem hiding this comment.
I'd like to keep the book example
There was a problem hiding this comment.
It fails sometimes due to a wrong status code
Summary by CodeRabbit
Documentation
Tests