refactor(services/persy): migrate tot test planner#3476
Conversation
|
I've tried to migrate these services with local files as resources before and it always seems to fail due to nextest. |
Yes, using cargo test will work, but using nextest will fail. 😟 |
I'd like to continue using the same testing tool for developers. How about we just use |
|
Let's rebase and continue this pr. |
|
#3505 has been merged, let's use |
ca6d884 to
964253e
Compare
|
Seems python will execute tests concurrently, we should fix it too. |
No, it's not related to any concurrent problem. Just because of the operator initial twice. I will fix this problem. |
|
Will fixed this. Already test it in local |
No description provided.