RegistrationTest failures
See original GitHub issueAbout half of my integration test runs fail in RegistrationTest. The failures occur in various places, but always in either helper.assertClientRegisterered()
or helper.assertClientNotRegisterered()
lines. I have already tried bumping LIFETIME
up to 10 as well as used LIFETIME
instead of the hardcoded 1’s in helper.waitForRegistration(1)
, but the tests are still failing sometimes, although less often than before, so I suppose maybe it’s not just about the length of timeout but something else.
I have a gut feeling that most of the failures occur in RegistrationTest.register_observe_deregister_observe(RegistrationTest.java:231), but that’s not the only place.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Failing the Architect Registration Exam
Maybe you gave yourself 5 weeks to study when you really needed 8. This is the #1 reason most people fail. Looking back,...
Read more >What Happens if My Car Fails an Emissions Test? - Progressive
A failed emissions test usually means your car needs to be serviced or repaired before you can renew your registration and drive it...
Read more >Simple register test fails - Stack Overflow
I am trying to manipulate an MCU register ADC_CON_REG . I want to set it's 1. bit to logical 1 and then immediately...
Read more >Solving Common Registration Errors
You try to register for College Algebra MATH1111. You will receive this error message because your test scores are too low to take...
Read more >15 Silly Mistakes ("Automatic Fails") That Prevent You From ...
15 Silly Mistakes (“Automatic Fails”) That Prevent You From Passing Your DMV Test Today · 1. Rolling Stops · 2. Improper Lane Changing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you faced this you can use one of this solution :
mvn -pl '!leshan-integration-tests' clean install
(works with maven 3.2.1 or later)mvn clean install -DskipTests
I didn’t face this issue for a long time now, neither on jenkins nor on my machine, so I close it.