nacos/api
luoos 24b99aa16b
Fix an order-dependent flaky test (#4384)
[Problem]
testSerializeExtend add an item to a static mapper,
and testDeserializeExtend read that item from that static mapper.
So if testDeserializeExtend runs before testSerializeExtend,
testDeserializeExtend will fail.

@Ignore testSerializeExtend can stably reproduce this issue.

[Solution]
Add that item to the static mapper in @BeforeClass method
(Even though using static variables in unit tests is a bad practice)
2020-12-04 09:18:55 +08:00
..
src Fix an order-dependent flaky test (#4384) 2020-12-04 09:18:55 +08:00
pom.xml [ISSUE #3102] remove lang/lang3 dependency from api/common/client. (#4207) 2020-11-12 20:18:11 +08:00