Mujtaba Chohan created PHOENIX-4197:
---------------------------------------
Summary: Issue with creating multiple sequences
Key: PHOENIX-4197
URL: https://issues.apache.org/jira/browse/PHOENIX-4197
Project: Phoenix
Issue Type: Bug
Reporter: Mujtaba Chohan
[~jamestaylor] Please see the attached test. If I drop any prior sequences then
the test passes fine i.e. un-comment {{conn.createStatement().execute("DROP
SEQUENCE BEFORE_TEST");}} then this test passes otherwise it fails with:
{noformat}
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertFalse(Assert.java:64)
at org.junit.Assert.assertFalse(Assert.java:74)
at
org.apache.phoenix.end2end.SequenceIT.assertSequenceValuesForSingleRow(SequenceIT.java:88)
at
org.apache.phoenix.end2end.SequenceIT.testSequenceDefault(SequenceIT.java:73)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)