Skip to content
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

Fix failing test cases in CacheCornerCasesTest and CacheExpiryAndReloadTestCase #1752

Merged
merged 2 commits into from
Oct 4, 2021

Conversation

senthuran16
Copy link
Member

Purpose

$subject. Fixes the following failures:

Identified problems
--
  | testTableJoinQuery1java.lang.ArrayIndexOutOfBoundsException: 1 at io.siddhi.core.query.table.cache.CacheCornerCasesTest.testTableJoinQuery1(CacheCornerCasesTest.java:139)
  | expiryAndReloadTest0java.lang.ArrayIndexOutOfBoundsException: 1 at io.siddhi.core.query.table.cache.CacheExpiryAndReloadTestCase.expiryAndReloadTest0(CacheExpiryAndReloadTestCase.java:70)
  | expiryAndReloadTest1java.lang.ArrayIndexOutOfBoundsException: 1 at io.siddhi.core.query.table.cache.CacheExpiryAndReloadTestCase.expiryAndReloadTest1(CacheExpiryAndReloadTestCase.java:158)
  | expiryAndReloadTest2java.lang.ArrayIndexOutOfBoundsException: 1 at io.siddhi.core.query.table.cache.CacheExpiryAndReloadTestCase.expiryAndReloadTest2(CacheExpiryAndReloadTestCase.java:247)
  | expiryAndReloadTest3java.lang.ArrayIndexOutOfBoundsException: 1 at io.siddhi.core.query.table.cache.CacheExpiryAndReloadTestCase.expiryAndReloadTest3(CacheExpiryAndReloadTestCase.java:337)


@senthuran16 senthuran16 changed the title Fix failing test cases in CacheCornerCasesTest and CacheExpiryAndReloadTestCase Fix failing test cases in CacheCornerCasesTest and CacheExpiryAndReloadTestCase Oct 3, 2021
@AnuGayan AnuGayan merged commit 5626bc5 into siddhi-io:master Oct 4, 2021
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

Successfully merging this pull request may close these issues.

2 participants