Julien Herr
Julien Herr
> i'm asking my self what's the purpose of @listeners then `@Listeners` is currently the only way to register listeners by code when you use an external runner like maven...
What is the used version? Did you try something like this: ```java @Test(dataProvider ="getData") public void testDemo(String url, String uname, String pass) { System.out.println("Test Demo"); System.out.println(url); System.out.println(uname + " "...
@krmahadevan It looks there is an undocumented side-effect on skipped status (or configfailurepolicy) when a retry analyzer is used. I think using a retry analyzer should not have impacts on...
@gauravgandhi1315 How can we reproduce the issue?
I think there's currently little risk of data duplication if a station switches versions quickly. > One possible concern is that the lookup table might produce unexpected results if there’s...
There could be another approach where you skip the database lookup by storing both the chargeboxId and version in the store, instead of just the chargeboxId.
Thankfully, I haven’t encountered such behavior so far. Still, with all the possible combinations of hardware quirks, OCPP or HTTP proxies, and network hiccups, anything’s possible. By the way, it...