feat: split long running UTs#1631
Conversation
|
Claude finished @arnaubennassar's task in 1m 17s —— View job Review Complete ✅I've reviewed this PR that splits unit tests into fast and slow categories. The implementation is clean and follows Go testing best practices. 🚀 What's New
🐛 Bug FixesNone. 📋 Config UpdatesNone.
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
joanestebanr
left a comment
There was a problem hiding this comment.
I suggest that CI also runs the short test individually for this reason:
- If unit-test fails will be so easy to known if are the long or short ones
- To prevent a non-short test from being mistakenly classified as short.
|
joanestebanr
left a comment
There was a problem hiding this comment.
LGTM, I would suggest to add a Makefile target "test-unit-all" to run the all tests, shorts and logs



🔄 Changes Summary
None
📋 Config Updates
None
✅ Testing
tested that things keep working... UTs still take 20s to run
🐞 Issues