wingify / vwo-java-sdk

VWO Java SDK for server-side A/B Testing
https://developers.vwo.com/docs/fullstack-overview
Apache License 2.0
9 stars 4 forks source link

Unit tests aren't passing on maven install #11

Open bdavis252 opened 1 month ago

bdavis252 commented 1 month ago

[ERROR] Tests run: 5, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 6.354 s <<< FAILURE! - in com.vwo.tests.e2e.EventBatchingTests [ERROR] enqueueAndFlushEventsTests Time elapsed: 0.225 s <<< FAILURE! org.opentest4j.AssertionFailedError: expected: <2> but was: <1> at com.vwo.tests.e2e.EventBatchingTests.enqueueAndFlushEventsTests(EventBatchingTests.java:62)

[ERROR] flushQueueOnTimerExpiredTest Time elapsed: 6.097 s <<< FAILURE! org.opentest4j.AssertionFailedError: expected: <2> but was: <0> at com.vwo.tests.e2e.EventBatchingTests.flushQueueOnTimerExpiredTest(EventBatchingTests.java:109)

[ERROR] flushEventsAPITest Time elapsed: 0.014 s <<< FAILURE! org.opentest4j.AssertionFailedError: expected: <2> but was: <0> at com.vwo.tests.e2e.EventBatchingTests.flushEventsAPITest(EventBatchingTests.java:124)

[ERROR] flushQueueOnMaxEventsTest Time elapsed: 0.012 s <<< FAILURE! org.opentest4j.AssertionFailedError: expected: <2> but was: <0> at com.vwo.tests.e2e.EventBatchingTests.flushQueueOnMaxEventsTest(EventBatchingTests.java:83)

rohitesh-wingify commented 1 month ago

Hello @bdavis252. As we have replied to you over email, the repo you need is this : https://github.com/wingify/vwo-fme-java-sdk/

We will also look into this and fix the tests for this SDK as well.