You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Himanshu Maurya (Jira)" <ji...@apache.org> on 2022/12/16 10:06:00 UTC

[jira] [Created] (AMBARI-25817) Fix DDLTests.testVerifyMySQL and DDLTests.testCompareMySQL Ambari test failures

Himanshu Maurya created AMBARI-25817:
----------------------------------------

             Summary: Fix DDLTests.testVerifyMySQL and DDLTests.testCompareMySQL Ambari test failures
                 Key: AMBARI-25817
                 URL: https://issues.apache.org/jira/browse/AMBARI-25817
             Project: Ambari
          Issue Type: Bug
            Reporter: Himanshu Maurya
            Assignee: Himanshu Maurya


FAILURE! - in org.apache.ambari.server.orm.db.DDLTests in testVerifyMySQL and testCompareMySQL
{code:java}
[ERROR] testVerifyMySQL(org.apache.ambari.server.orm.db.DDLTests)  Time elapsed: 0.054 s  <<< ERROR!
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Optional.get() cannot be called on an absent value
	at org.apache.ambari.server.orm.db.DDLTests.verifyDDL(DDLTests.java:89)
	at org.apache.ambari.server.orm.db.DDLTests.testVerifyMySQL(DDLTests.java:60)
Caused by: java.lang.IllegalStateException: Optional.get() cannot be called on an absent value
	at org.apache.ambari.server.orm.db.DDLTests.verifyDDL(DDLTests.java:89)
	at org.apache.ambari.server.orm.db.DDLTests.testVerifyMySQL(DDLTests.java:60)

[ERROR] testCompareMySQL(org.apache.ambari.server.orm.db.DDLTests)  Time elapsed: 0.047 s  <<< ERROR!
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Optional.get() cannot be called on an absent value
	at org.apache.ambari.server.orm.db.DDLTests.compareAgainstPostgres(DDLTests.java:150)
	at org.apache.ambari.server.orm.db.DDLTests.testCompareMySQL(DDLTests.java:134)
Caused by: java.lang.IllegalStateException: Optional.get() cannot be called on an absent value
	at org.apache.ambari.server.orm.db.DDLTests.compareAgainstPostgres(DDLTests.java:150)
	at org.apache.ambari.server.orm.db.DDLTests.testCompareMySQL(DDLTests.java:134) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ambari.apache.org
For additional commands, e-mail: issues-help@ambari.apache.org