Name | Status | Type | Time(s) |
testFindOutsideTransaction | Success | | 0.143 |
testFindOutsideTransactionSmall | Success | | 0.131 |
testQueryCompleteOutsideTransactionSmall | Success | | 0.151 |
testQueryExecuteOnlyOutsideTransactionSmall | Success | | 0.132 |
testNamedQueryCompleteOutsideTransactionSmall | Success | | 0.286 |
testNamedQueryExecuteOnlyOutsideTransactionSmall | Success | | 0.131 |
testNativeEntityExecuteOnlyOutsideTransactionSmall | Success | | 0.150 |
testNativeFieldsExecuteOnlyOutsideTransactionSmall | Success | | 0.127 |
testJDBCBestSmall | Success | | 0.395 |
testJDBCInclusivePreapreSmall | Success | | 0.140 |
testNotFound | Success | | 0.132 |
testFlush | Success | | 0.126 |
Name | Status | Type | Time(s) |
testArgumentInArithmeticExpr | Success | | 0.334 |
testLongVarBinaryParameters | Success | | 0.053 |
testSinglePk | Success | | 0.329 |
testCompoundPk | Success | | 0.283 |
testInvalidParameterHandling | Success | | 0.141 |
testSubclassParameter | Success | | 0.055 |
testIllegalSubclassParameter | Success | | 0.062 |
testEnumParameters | Success | | 0.267 |
testPrimitiveBoolean | Success | | 0.056 |
testPrimitiveByte | Success | | 0.052 |
testPrimitiveChar | Success | | 0.219 |
testPrimitiveShort | Success | | 0.058 |
testPrimitiveInt | Success | | 0.056 |
testPrimitiveLong | Success | | 0.050 |
testPrimitiveFloat | Success | | 0.052 |
testPrimitiveDouble | Success | | 0.051 |
testWrapperBoolean | Success | | 0.049 |
testWrapperByte | Success | | 0.053 |
testWrapperCharacter | Success | | 0.051 |
testWrapperShort | Success | | 0.049 |
testWrapperInteger | Success | | 0.053 |
testWrapperLong | Success | | 0.051 |
testWrapperDouble | Success | | 0.051 |
testWrapperFloat | Success | | 0.049 |
testString2Varchar | Success | | 0.049 |
testString2Clob | Success | | 0.049 |
testBigDecimal | Success | | 0.049 |
testBigInteger | Success | | 0.050 |
testUtilDate | Success | | 0.052 |
testUtilCalendar | Success | | 0.050 |
testSqlDate | Success | | 0.049 |
testSqlTime | Success | | 0.050 |
testSqlTimestamp | Success | | 0.050 |
testPrimitiveByteArray2Binary | Success | | 0.049 |
testPrimitiveByteArray2Longvarbinary | Success | | 0.050 |
testPrimitiveByteArray2Blob | Success | | 0.049 |
testPrimitiveCharArray2Varchar | Success | | 0.050 |
testPrimitiveCharArray2Clob | Success | | 0.049 |
testWrapperByteArray2Binary | Success | | 0.049 |
testWrapperByteArray2Longvarbinary | Success | | 0.048 |
testWrapperByteArray2Blob | Success | | 0.050 |
testWrapperCharArray2Varchar | Success | | 0.049 |
testWrapperCharArray2Clob | Success | | 0.049 |
testEnumString | Success | | 0.051 |
testEnumOrdinal | Success | | 0.052 |
Name | Status | Type | Time(s) |
testNumericComparisons | Success | | 0.050 |
testEnumComparison3 | Success | | 0.050 |
testEnumComparison4 | Success | | 0.049 |
testEnumComparison5 | Success | | 0.051 |
testBooleanComparison4 | Success | | 0.048 |
testBooleanComparison5 | Success | | 0.048 |
testCurrentDateTimeComparison | Success | | 0.049 |
testPersistentObjectComparison0 | Success | | 0.054 |
testPersistentObjectComparison1 | Success | | 0.047 |
testPersistentObjectComparison2 | Success | | 0.049 |
testPersistentObjectComparison3 | Success | | 0.049 |
testPersistentObjectComparison4 | Success | | 0.054 |
testPersistentObjectComparison5 | Success | | 0.056 |
testSimpleTypeComparisonHandling | Success | | 0.069 |
testSimpleComparisonHandlingExcludingOpenSQL | Success | | 0.055 |
testSimpleComparisonHandlingExcludingOpenSQLAndOracle0 | Success | | 0.054 |
testSimpleComparisonHandlingExcludingOpenSQLAndOracle1 | Success | | 0.050 |
testSimpleComparisonHandlingExcludingOpenSQLAndOracle4 | Success | | 0.050 |
testSimpleComparisonHandlingExcludingOpenSQLAndOracle5 | Success | | 0.062 |
testBeanComparisonHandling | Success | | 0.211 |
testBetweenHandling1 | Failure | Failed to detect invalid query:'SELECT p FROM Person p WHERE 5 BETWEEN 'bla' AND 'bla''
junit.framework.AssertionFailedError: Failed to detect invalid query:'SELECT p FROM Person p WHERE 5 BETWEEN 'bla' AND 'bla'' at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:176) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:37) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:49) at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest.verify(AbstractBaseTest.java:302) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:186) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions.testBetweenHandling1(TestConditionalExpressions.java:393)
| 0.270 |
testBetweenHandling2 | Success | | 0.064 |
testBetweenHandling3 | Error | java.lang.String cannot be cast to java.lang.Enum
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Enum at org.eclipse.persistence.mappings.converters.EnumTypeConverter.convertObjectValueToDataValue(EnumTypeConverter.java:137) at org.eclipse.persistence.mappings.foundation.AbstractDirectMapping.getFieldValue(AbstractDirectMapping.java:808) at org.eclipse.persistence.internal.expressions.QueryKeyExpression.getFieldValue(QueryKeyExpression.java:372) at org.eclipse.persistence.internal.expressions.ConstantExpression.printSQL(ConstantExpression.java:122) at org.eclipse.persistence.expressions.ExpressionOperator.printCollection(ExpressionOperator.java:1922) at org.eclipse.persistence.internal.expressions.FunctionExpression.printSQL(FunctionExpression.java:447) at org.eclipse.persistence.expressions.ExpressionOperator.printDuo(ExpressionOperator.java:1962) at org.eclipse.persistence.internal.expressions.CompoundExpression.printSQL(CompoundExpression.java:277) at org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter.translateExpression(ExpressionSQLPrinter.java:306) at org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter.printExpression(ExpressionSQLPrinter.java:129) at org.eclipse.persistence.internal.expressions.SQLSelectStatement.printSQL(SQLSelectStatement.java:1451) at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.printSQLSelectStatement(DatabasePlatform.java:2823) at org.eclipse.persistence.platform.database.MySQLPlatform.printSQLSelectStatement(MySQLPlatform.java:618) at org.eclipse.persistence.internal.expressions.SQLSelectStatement.buildCall(SQLSelectStatement.java:755) at org.eclipse.persistence.internal.expressions.SQLSelectStatement.buildCall(SQLSelectStatement.java:765) at org.eclipse.persistence.descriptors.ClassDescriptor.buildCallFromStatement(ClassDescriptor.java:671) at org.eclipse.persistence.internal.queries.StatementQueryMechanism.setCallFromStatement(StatementQueryMechanism.java:386) at org.eclipse.persistence.internal.queries.StatementQueryMechanism.prepareSelectAllRows(StatementQueryMechanism.java:312) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.prepareSelectAllRows(ExpressionQueryMechanism.java:1557) at org.eclipse.persistence.queries.ReadAllQuery.prepareSelectAllRows(ReadAllQuery.java:674) at org.eclipse.persistence.queries.ReadAllQuery.prepare(ReadAllQuery.java:621) at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:508) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:733) at org.eclipse.persistence.queries.DatabaseQuery.prepareCall(DatabaseQuery.java:1575) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:247) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:180) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.(EJBQueryImpl.java:132) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.(EJBQueryImpl.java:116) at org.eclipse.persistence.internal.jpa.EntityManagerImpl.createQuery(EntityManagerImpl.java:1348) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:167) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions.testBetweenHandling3(TestConditionalExpressions.java:403) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:176) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:37) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:49)
| 0.071 |
testBetweenHandling4 | Failure | Failed to detect invalid query:'SELECT p FROM Person p WHERE org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Scale.RUSH_PIGSTY BETWEEN 'bla' AND 'bla''
junit.framework.AssertionFailedError: Failed to detect invalid query:'SELECT p FROM Person p WHERE org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Scale.RUSH_PIGSTY BETWEEN 'bla' AND 'bla'' at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:176) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:37) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:49) at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest.verify(AbstractBaseTest.java:302) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:186) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions.testBetweenHandling4(TestConditionalExpressions.java:408)
| 0.123 |
testBetweenHandling8 | Failure | Failed to detect invalid query:'SELECT p FROM Person p WHERE 5 NOT BETWEEN 'bla' AND 'bla''
junit.framework.AssertionFailedError: Failed to detect invalid query:'SELECT p FROM Person p WHERE 5 NOT BETWEEN 'bla' AND 'bla'' at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:176) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:37) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:49) at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest.verify(AbstractBaseTest.java:302) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:186) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions.testBetweenHandling8(TestConditionalExpressions.java:431)
| 0.073 |
testBetweenHandling9 | Success | | 0.107 |
testBetweenHandling10 | Error | java.lang.String cannot be cast to java.lang.Enum
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Enum at org.eclipse.persistence.mappings.converters.EnumTypeConverter.convertObjectValueToDataValue(EnumTypeConverter.java:137) at org.eclipse.persistence.mappings.foundation.AbstractDirectMapping.getFieldValue(AbstractDirectMapping.java:808) at org.eclipse.persistence.internal.expressions.QueryKeyExpression.getFieldValue(QueryKeyExpression.java:372) at org.eclipse.persistence.internal.expressions.ConstantExpression.printSQL(ConstantExpression.java:122) at org.eclipse.persistence.expressions.ExpressionOperator.printCollection(ExpressionOperator.java:1922) at org.eclipse.persistence.internal.expressions.FunctionExpression.printSQL(FunctionExpression.java:447) at org.eclipse.persistence.expressions.ExpressionOperator.printCollection(ExpressionOperator.java:1922) at org.eclipse.persistence.internal.expressions.FunctionExpression.printSQL(FunctionExpression.java:447) at org.eclipse.persistence.expressions.ExpressionOperator.printDuo(ExpressionOperator.java:1962) at org.eclipse.persistence.internal.expressions.CompoundExpression.printSQL(CompoundExpression.java:277) at org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter.translateExpression(ExpressionSQLPrinter.java:306) at org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter.printExpression(ExpressionSQLPrinter.java:129) at org.eclipse.persistence.internal.expressions.SQLSelectStatement.printSQL(SQLSelectStatement.java:1451) at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.printSQLSelectStatement(DatabasePlatform.java:2823) at org.eclipse.persistence.platform.database.MySQLPlatform.printSQLSelectStatement(MySQLPlatform.java:618) at org.eclipse.persistence.internal.expressions.SQLSelectStatement.buildCall(SQLSelectStatement.java:755) at org.eclipse.persistence.internal.expressions.SQLSelectStatement.buildCall(SQLSelectStatement.java:765) at org.eclipse.persistence.descriptors.ClassDescriptor.buildCallFromStatement(ClassDescriptor.java:671) at org.eclipse.persistence.internal.queries.StatementQueryMechanism.setCallFromStatement(StatementQueryMechanism.java:386) at org.eclipse.persistence.internal.queries.StatementQueryMechanism.prepareSelectAllRows(StatementQueryMechanism.java:312) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.prepareSelectAllRows(ExpressionQueryMechanism.java:1557) at org.eclipse.persistence.queries.ReadAllQuery.prepareSelectAllRows(ReadAllQuery.java:674) at org.eclipse.persistence.queries.ReadAllQuery.prepare(ReadAllQuery.java:621) at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:508) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:733) at org.eclipse.persistence.queries.DatabaseQuery.prepareCall(DatabaseQuery.java:1575) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:247) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:180) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.(EJBQueryImpl.java:132) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.(EJBQueryImpl.java:116) at org.eclipse.persistence.internal.jpa.EntityManagerImpl.createQuery(EntityManagerImpl.java:1348) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:167) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions.testBetweenHandling10(TestConditionalExpressions.java:441) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:176) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:37) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:49)
| 0.083 |
testBetweenHandling11 | Failure | Failed to detect invalid query:'SELECT p FROM Person p WHERE org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Scale.RUSH_PIGSTY NOT BETWEEN 'bla' AND 'bla''
junit.framework.AssertionFailedError: Failed to detect invalid query:'SELECT p FROM Person p WHERE org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Scale.RUSH_PIGSTY NOT BETWEEN 'bla' AND 'bla'' at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:176) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:37) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:49) at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest.verify(AbstractBaseTest.java:302) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:186) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions.testBetweenHandling11(TestConditionalExpressions.java:446)
| 0.173 |
testPlatformDependendBetweenHandling0 | Success | | 0.101 |
testLikeHandling02 | Success | | 0.056 |
testLikeHandling03 | Success | | 0.058 |
testLikeHandling05 | Success | | 0.050 |
testLikeHandling06 | Success | | 0.047 |
testLikeHandling07 | Success | | 0.057 |
testLikeHandling08 | Success | | 0.073 |
testLikeHandling11 | Success | | 0.063 |
testLikeHandling12 | Success | | 0.047 |
testLikeHandling14 | Success | | 0.071 |
testLikeHandling15 | Success | | 0.059 |
testLikeHandling16 | Success | | 0.090 |
testInHandling | Success | | 0.199 |
testInBinary | Success | | 0.059 |
testIsNullHandling0 | Success | | 0.058 |
testIsNullHandling1 | Success | | 0.054 |
testIsNullHandling3 | Success | | 0.047 |
testIsNullHandling5 | Success | | 0.047 |
testIsNullHandling6 | Success | | 0.047 |
testIsNullHandling8 | Success | | 0.049 |
testIsEmptyHandling0 | Success | | 0.059 |
testIsEmptyHandling2 | Success | | 0.049 |
testIsEmptyHandling4 | Success | | 0.048 |
testIsEmptyHandling5 | Success | | 0.049 |
testIsEmptyHandling7 | Success | | 0.051 |
testIsEmptyHandling9 | Success | | 0.049 |
testMemberOfHandling | Success | | 0.576 |
testExistsHandling | Success | | 0.075 |
Name | Status | Type | Time(s) |
testOrderBy1 | Success | | 0.048 |
testOrderBy2 | Success | | 0.047 |
testOrderBy3 | Success | | 0.058 |
testOrderBy6 | Success | | 0.079 |
testOrderBy7 | Success | | 0.063 |
testOrderBy8 | Success | | 0.049 |
testOrderBy9 | Success | | 0.051 |
testGroupBy0 | Success | | 0.051 |
testGroupBy1 | Failure | Failed to detect invalid query:'select c, p.id from Person p, Cop c group by c'
junit.framework.AssertionFailedError: Failed to detect invalid query:'select c, p.id from Person p, Cop c group by c' at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:176) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:37) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:49) at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest.verify(AbstractBaseTest.java:302) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:186) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving.testGroupBy1(TestGroupByOrderByHaving.java:81)
| 0.194 |
testGroupBy2 | Failure | Failed to detect invalid query:'select c, p.id from Person p, Cop c group by p.id'
junit.framework.AssertionFailedError: Failed to detect invalid query:'select c, p.id from Person p, Cop c group by p.id' at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:176) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:37) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:49) at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest.verify(AbstractBaseTest.java:302) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:186) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving.testGroupBy2(TestGroupByOrderByHaving.java:86)
| 0.062 |
testGroupBy3 | Success | | 0.059 |
testGroupBy4 | Success | | 0.054 |
testGroupBy5 | Success | | 0.048 |
testGroupBy6 | Success | | 0.070 |
testGroupBy9 | Success | | 0.051 |
testSubQueryGroupBy0 | Success | | 0.048 |
testSubQueryGroupBy3 | Success | | 0.061 |
testSubQueryGroupBy5 | Failure | Failed to detect invalid query:'select _city from City _city where exists(select c.tesla from Cop c group by c.id)'
junit.framework.AssertionFailedError: Failed to detect invalid query:'select _city from City _city where exists(select c.tesla from Cop c group by c.id)' at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:176) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:37) at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:49) at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest.verify(AbstractBaseTest.java:302) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:186) at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving.testSubQueryGroupBy5(TestGroupByOrderByHaving.java:157)
| 0.147 |
testConstructorGroupBy1 | Success | | 0.054 |
Name | Status | Type | Time(s) |
testInsert | Success | | 0.097 |
testPrimitiveBoolean | Success | | 0.095 |
testPrimitiveByte | Success | | 0.094 |
testPrimitiveChar | Success | | 0.100 |
testPrimitiveShort | Success | | 0.097 |
testPrimitiveInt | Success | | 0.091 |
testPrimitiveLong | Success | | 0.096 |
testPrimitiveFloat | Success | | 0.094 |
testPrimitiveDouble | Success | | 0.094 |
testWrapperBoolean | Success | | 0.091 |
testWrapperByte | Success | | 0.093 |
testWrapperCharacter | Success | | 0.095 |
testWrapperShort | Success | | 0.097 |
testWrapperInteger | Success | | 0.097 |
testWrapperLong | Success | | 0.095 |
testWrapperDouble | Success | | 0.097 |
testWrapperFloat | Success | | 0.092 |
testString2Varchar | Success | | 0.097 |
testString2Clob | Success | | 0.082 |
testBigDecimal | Success | | 0.088 |
testBigInteger | Success | | 0.094 |
testUtilDate | Success | | 0.097 |
testUtilCalendar | Success | | 0.098 |
testSqlDate | Success | | 0.103 |
testSqlTime | Success | | 0.098 |
testSqlTimestamp | Success | | 0.096 |
testPrimitiveByteArray2Binary | Success | | 0.099 |
testPrimitiveByteArray2Longvarbinary | Success | | 0.076 |
testPrimitiveByteArray2Blob | Success | | 0.081 |
testPrimitiveCharArray2Varchar | Success | | 0.095 |
testPrimitiveCharArray2Clob | Success | | 0.076 |
testWrapperByteArray2Binary | Success | | 0.094 |
testWrapperByteArray2Longvarbinary | Success | | 0.077 |
testWrapperByteArray2Blob | Success | | 0.077 |
testWrapperCharArray2Varchar | Success | | 0.099 |
testWrapperCharArray2Clob | Success | | 0.076 |
testEnumString | Success | | 0.089 |
testEnumOrdinal | Success | | 0.093 |
testSerializable | Success | | 0.079 |
Name | Status | Type | Time(s) |
testPrimitiveByte | Success | | 0.137 |
testPrimitiveChar | Success | | 0.156 |
testPrimitiveShort | Success | | 0.176 |
testPrimitiveInt | Success | | 0.172 |
testPrimitiveLong | Success | | 0.226 |
testPrimitiveFloat | Success | | 0.144 |
testPrimitiveDouble | Success | | 0.602 |
testWrapperByte | Success | | 0.162 |
testWrapperCharacter | Success | | 0.137 |
testWrapperShort | Success | | 0.233 |
testWrapperInteger | Success | | 0.175 |
testWrapperLong | Success | | 0.108 |
testWrapperDouble | Success | | 0.118 |
testWrapperFloat | Success | | 0.105 |
testString2Varchar | Success | | 0.109 |
testString2Clob | Success | | 0.109 |
testBigDecimal | Success | | 0.125 |
testBigInteger | Success | | 0.136 |
testUtilDate | Success | | 0.154 |
testUtilCalendar | Success | | 0.110 |
testSqlDate | Success | | 0.106 |
testSqlTime | Success | | 0.149 |
testSqlTimestamp | Success | | 0.390 |
testPrimitiveByteArray2Binary | Success | | 0.150 |
testPrimitiveByteArray2Longvarbinary | Success | | 0.194 |
testPrimitiveByteArray2Blob | Success | | 0.148 |
testPrimitiveCharArray2Varchar | Success | | 0.148 |
testPrimitiveCharArray2Clob | Success | | 0.115 |
testWrapperByteArray2Binary | Success | | 0.133 |
testWrapperByteArray2Longvarbinary | Success | | 0.233 |
testWrapperByteArray2Blob | Success | | 0.156 |
testWrapperCharArray2Varchar | Success | | 0.141 |
testWrapperCharArray2Clob | Success | | 0.121 |
testEnumString | Success | | 0.121 |
testEnumOrdinal | Success | | 0.129 |
testSerializable | Success | | 0.119 |
testCountPrimitiveBoolean | Success | | 0.105 |
testCountPrimitiveByte | Success | | 0.118 |
testCountPrimitiveChar | Success | | 0.114 |
testCountPrimitiveShort | Success | | 0.123 |
testCountPrimitiveInt | Success | | 0.116 |
testCountPrimitiveLong | Success | | 0.103 |
testCountPrimitiveFloat | Success | | 0.128 |
testCountPrimitiveDouble | Success | | 0.137 |
testCountWrapperBoolean | Success | | 0.148 |
testCountWrapperByte | Success | | 0.118 |
testCountWrapperCharacter | Success | | 0.126 |
testCountWrapperShort | Success | | 0.158 |
testCountWrapperInteger | Success | | 0.158 |
testCountWrapperLong | Success | | 0.149 |
testCountWrapperDouble | Success | | 0.119 |
testCountWrapperFloat | Success | | 0.109 |
testCountString2Varchar | Success | | 0.102 |
testCountBigDecimal | Success | | 0.109 |
testCountBigInteger | Success | | 0.104 |
testCountUtilDate | Success | | 0.104 |
testCountUtilCalendar | Success | | 0.120 |
testCountSqlDate | Success | | 0.137 |
testCountSqlTime | Success | | 0.121 |
testCountSqlTimestamp | Success | | 0.345 |
testCountPrimitiveByteArray2Binary | Success | | 0.133 |
testCountPrimitiveCharArray2Varchar | Success | | 0.120 |
testCountWrapperByteArray2Binary | Success | | 0.123 |
testCountWrapperCharArray2Varchar | Success | | 0.115 |
testCountEnumString | Success | | 0.106 |
testCountEnumOrdinal | Success | | 0.123 |
testSumPrimitiveByte | Success | | 0.112 |
testSumPrimitiveShort | Success | | 0.104 |
testSumPrimitiveInt | Success | | 0.110 |
testSumPrimitiveLong | Success | | 0.106 |
testSumPrimitiveFloat | Success | | 0.107 |
testSumPrimitiveDouble | Success | | 0.114 |
testSumWrapperByte | Success | | 0.102 |
testSumWrapperShort | Success | | 0.105 |
testSumWrapperInteger | Success | | 0.144 |
testSumWrapperLong | Success | | 0.140 |
testSumWrapperDouble | Success | | 0.130 |
testSumWrapperFloat | Success | | 0.147 |
testSumBigDecimal | Success | | 0.116 |
testSumBigInteger | Success | | 0.176 |
testMaxPrimitiveShort | Success | | 0.135 |
testMaxPrimitiveInt | Success | | 0.162 |
testMaxPrimitiveLong | Success | | 0.124 |
testMaxPrimitiveFloat | Success | | 0.113 |
testMaxPrimitiveDouble | Success | | 0.108 |
testMaxWrapperShort | Success | | 0.127 |
testMaxWrapperInteger | Success | | 0.117 |
testMaxWrapperLong | Success | | 0.116 |
testMaxWrapperDouble | Success | | 0.117 |
testMaxWrapperFloat | Success | | 0.112 |
testMaxString2Varchar | Success | | 0.117 |
testMaxBigDecimal | Success | | 0.109 |
testMaxUtilDate | Success | | 0.133 |
testMaxSqlDate | Success | | 0.152 |
testMaxSqlTime | Success | | 0.133 |
testMaxSqlTimestamp | Success | | 0.117 |
testMaxPrimitiveByteArray2Binary | Success | | 0.114 |
testAvgSumPrimitiveByte | Success | | 0.213 |
testAvgSumPrimitiveShort | Success | | 0.132 |
testAvgSumPrimitiveInt | Success | | 0.126 |
testAvgSumPrimitiveLong | Success | | 0.109 |
testAvgSumPrimitiveFloat | Success | | 0.107 |
testAvgSumPrimitiveDouble | Success | | 0.117 |
testAvgSumWrapperByte | Success | | 0.113 |
testAvgSumWrapperShort | Success | | 0.122 |
testAvgSumWrapperInteger | Success | | 0.116 |
testAvgSumWrapperLong | Success | | 0.106 |
testAvgSumWrapperDouble | Success | | 0.107 |
testAvgSumWrapperFloat | Success | | 0.105 |
testAvgSumBigDecimal | Success | | 0.112 |
testAvgSumBigInteger | Success | | 0.109 |