Run individual pytests instead of running all pytests at once.#2350
Run individual pytests instead of running all pytests at once.#2350prsunny merged 1 commit intosonic-net:masterfrom
Conversation
Change-Id: Ibe02f3fe47846c89c50da1d8e97a78739c2275f8
|
@prsunny @pettershao-ragilenetworks |
|
@theasianpianist can you please take a look? |
|
@theasianpianist , please review |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
lgtm, @liushilongbuaa , @xumia , could you please review? |
|
@mint570 , as discussed offline with @theasianpianist , we see a significant increase in time for the test completion. Can you please work on an alternative solution for #2373 and #2330? |
|
I don't have an obvious solution now. The increase in time is mostly due to the overhead of running individual test. |
|
Some random ideas. May or may not help:
Not sure if the above is possible or not. I tried to look at how the pytest dvs works. But unfortunately, I don't have enough expertise to understand that. |
…-net#2350) *Run pytests one test at a time.
*Run pytests one test at a time.
…-net#2350) *Run pytests one test at a time.

What I did
Run pytests one test at a time.
Why I did it
Fix #2330
How I verified it
Details if related