Rename BaseEngineParTest to BaseEngineTest#307
Rename BaseEngineParTest to BaseEngineTest#307Anmol-Singh-Jaggi wants to merge 1 commit intolinkedin:masterfrom
Conversation
6f0d59c to
2dc95a6
Compare
|
@junchuanwang Any updates on this? |
|
Hi in this PR, you should keep the consumer of Do you think you can do that and test it? @Anmol-Singh-Jaggi |
|
I think this is backward-incompatible change, isn't it? Any existing user of |
|
Whatever test was running fine as BaseEngineTest should run fine as BaseEngineParTest as per my understanding. This change will be incompatible only when a test relies on a fresh engine before every test method. However I don't see why anyone would write such a test IMHO. Also, I noticed that BaseEngineTest earlier had methods PS: In Linkedin codebase, in many places For example, you can look at the following files in the Linkedin codebase:
|
|
"you should keep the consumer of BaseEngineTest the same to test if it is backward compatible, because you are renaming BaseEngineTest" Good idea; will also make this change. |
2dc95a6 to
2cbafed
Compare
This change resolves #127