Skip to content

Unit tests aren't passing on maven install #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bdavis252 opened this issue Jul 17, 2024 · 1 comment
Open

Unit tests aren't passing on maven install #11

bdavis252 opened this issue Jul 17, 2024 · 1 comment

Comments

@bdavis252
Copy link

[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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants