See
<https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/244/display/redirect?page=changes>
Changes:
[gjacoby] PHOENIX-4971 Drop index will execute successfully using Incorrect name
------------------------------------------
[...truncated 1.63 MB...]
[INFO] Running org.apache.phoenix.end2end.SequencePointInTimeIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s
- in org.apache.phoenix.end2end.SequencePointInTimeIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.637 s
- in org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 84.621
s - in org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.SplitIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.277 s
- in org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.StatsEnabledSplitSystemCatalogIT
[INFO] Running
org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 107.118
s - in org.apache.phoenix.end2end.StatsEnabledSplitSystemCatalogIT
[INFO] Running org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT
[WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 4, Time elapsed:
159.802 s - in
org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[INFO] Running org.apache.phoenix.end2end.SystemCatalogIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 330.922
s - in org.apache.phoenix.end2end.SplitIT
[INFO] Running org.apache.phoenix.end2end.SystemTablePermissionsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.258 s
- in org.apache.phoenix.end2end.SystemCatalogIT
[INFO] Running org.apache.phoenix.end2end.TableDDLPermissionsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 140.333
s - in org.apache.phoenix.end2end.SystemTablePermissionsIT
[INFO] Running org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.072 s
- in org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
1,483.487 s - in org.apache.phoenix.end2end.IndexToolIT
[INFO] Running org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Running org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.06 s
- in org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Running org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 151.961
s - in org.apache.phoenix.end2end.UserDefinedFunctionsIT
[ERROR] Tests run: 14, Failures: 10, Errors: 0, Skipped: 0, Time elapsed:
685.905 s <<< FAILURE! - in
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT
[ERROR]
testMetadataAlterRemainsAutoUpgradeEnabled(org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT)
Time elapsed: 60.15 s <<< FAILURE!
java.lang.AssertionError: expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE,
SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]>
but was:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.FUNCTION, SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.firstConnectionNSMappingServerDisabledClientDisabled(SystemCatalogCreationOnConnectionIT.java:634)
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.firstConnectionAutoUpgradeToggle(SystemCatalogCreationOnConnectionIT.java:507)
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.testMetadataAlterRemainsAutoUpgradeEnabled(SystemCatalogCreationOnConnectionIT.java:427)
[ERROR]
testMetadataAlterRemainsAutoUpgradeDisabled(org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT)
Time elapsed: 57.894 s <<< FAILURE!
java.lang.AssertionError: expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE,
SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]>
but was:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.FUNCTION, SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.firstConnectionAutoUpgradeDisabled(SystemCatalogCreationOnConnectionIT.java:542)
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.firstConnectionAutoUpgradeToggle(SystemCatalogCreationOnConnectionIT.java:509)
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.testMetadataAlterRemainsAutoUpgradeDisabled(SystemCatalogCreationOnConnectionIT.java:417)
[ERROR]
testMigrateSysCatCreateOthers(org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT)
Time elapsed: 67.525 s <<< FAILURE!
java.lang.AssertionError: expected:<[SYSTEM:STATS, SYSTEM:CATALOG,
SYSTEM:FUNCTION, SYSTEM:LOG, SYSTEM:MUTEX, SYSTEM:CHILD_LINK, SYSTEM:SEQUENCE]>
but was:<[SYSTEM:STATS, SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG,
SYSTEM:CHILD_LINK, SYSTEM:MUTEX, SYSTEM:SEQUENCE, SYSTEM:TASK]>
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.testMigrateSysCatCreateOthers(SystemCatalogCreationOnConnectionIT.java:269)
[ERROR]
testUpgradeNotAllowed(org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT)
Time elapsed: 57.681 s <<< FAILURE!
java.lang.AssertionError: expected:<[SYSTEM:STATS, SYSTEM:CATALOG,
SYSTEM:FUNCTION, SYSTEM:LOG, SYSTEM:MUTEX, SYSTEM:CHILD_LINK, SYSTEM:SEQUENCE]>
but was:<[SYSTEM:STATS, SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG,
SYSTEM:CHILD_LINK, SYSTEM:MUTEX, SYSTEM:SEQUENCE, SYSTEM:TASK]>
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.firstConnectionNSMappingServerEnabledClientEnabled(SystemCatalogCreationOnConnectionIT.java:557)
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.testUpgradeNotAllowed(SystemCatalogCreationOnConnectionIT.java:232)
[ERROR]
testTablesExistInconsistentNSMappingFails(org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT)
Time elapsed: 58.743 s <<< FAILURE!
java.lang.AssertionError: expected:<[SYSTEM:STATS, SYSTEM:CATALOG,
SYSTEM:FUNCTION, SYSTEM:LOG, SYSTEM:MUTEX, SYSTEM:CHILD_LINK, SYSTEM:SEQUENCE]>
but was:<[SYSTEM:STATS, SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG,
SYSTEM:CHILD_LINK, SYSTEM:MUTEX, SYSTEM:SEQUENCE, SYSTEM:TASK]>
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.firstConnectionNSMappingServerEnabledClientEnabled(SystemCatalogCreationOnConnectionIT.java:557)
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.testTablesExistInconsistentNSMappingFails(SystemCatalogCreationOnConnectionIT.java:299)
[ERROR]
testUpgradeAttempted(org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT)
Time elapsed: 58.781 s <<< FAILURE!
java.lang.AssertionError: expected:<[SYSTEM:STATS, SYSTEM:CATALOG,
SYSTEM:FUNCTION, SYSTEM:LOG, SYSTEM:MUTEX, SYSTEM:CHILD_LINK, SYSTEM:SEQUENCE]>
but was:<[SYSTEM:STATS, SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG,
SYSTEM:CHILD_LINK, SYSTEM:MUTEX, SYSTEM:SEQUENCE, SYSTEM:TASK]>
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.firstConnectionNSMappingServerEnabledClientEnabled(SystemCatalogCreationOnConnectionIT.java:557)
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.testUpgradeAttempted(SystemCatalogCreationOnConnectionIT.java:211)
[ERROR]
testMigrateToSystemNamespace(org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT)
Time elapsed: 48.254 s <<< FAILURE!
java.lang.AssertionError: expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE,
SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]>
but was:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.FUNCTION, SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.firstConnectionNSMappingServerEnabledClientEnabledMappingDisabled(SystemCatalogCreationOnConnectionIT.java:574)
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.testMigrateToSystemNamespace(SystemCatalogCreationOnConnectionIT.java:193)
[ERROR]
testSysTablesExistInconsistentNSMappingFails(org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT)
Time elapsed: 58.227 s <<< FAILURE!
java.lang.AssertionError: expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE,
SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]>
but was:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.FUNCTION, SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.firstConnectionNSMappingServerDisabledClientDisabled(SystemCatalogCreationOnConnectionIT.java:634)
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.testSysTablesExistInconsistentNSMappingFails(SystemCatalogCreationOnConnectionIT.java:340)
[ERROR]
testMigrateToSystemNamespaceAndUpgradeSysCat(org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT)
Time elapsed: 58.063 s <<< FAILURE!
java.lang.AssertionError: expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE,
SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]>
but was:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.FUNCTION, SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.firstConnectionNSMappingServerEnabledClientEnabledMappingDisabled(SystemCatalogCreationOnConnectionIT.java:574)
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.testMigrateToSystemNamespaceAndUpgradeSysCat(SystemCatalogCreationOnConnectionIT.java:282)
[ERROR]
testNSMappingDisabledNoUpgradeRequired(org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT)
Time elapsed: 58.459 s <<< FAILURE!
java.lang.AssertionError: expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE,
SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]>
but was:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.FUNCTION, SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.firstConnectionNSMappingServerDisabledClientDisabled(SystemCatalogCreationOnConnectionIT.java:634)
at
org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT.testNSMappingDisabledNoUpgradeRequired(SystemCatalogCreationOnConnectionIT.java:381)
[INFO] Running org.apache.phoenix.end2end.index.LocalIndexIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexFailureIT
[ERROR] Tests run: 4, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 508.727
s <<< FAILURE! - in org.apache.phoenix.end2end.TableDDLPermissionsIT
[ERROR]
testAutomaticGrantWithIndexAndView[isNamespaceMapped=false](org.apache.phoenix.end2end.TableDDLPermissionsIT)
Time elapsed: 222.46 s <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
at
org.apache.phoenix.end2end.TableDDLPermissionsIT.testAutomaticGrantWithIndexAndView(TableDDLPermissionsIT.java:230)
Caused by: org.apache.phoenix.schema.TableNotFoundException: ERROR 1012
(42M03): Table undefined.
at
org.apache.phoenix.end2end.TableDDLPermissionsIT.testAutomaticGrantWithIndexAndView(TableDDLPermissionsIT.java:230)
[ERROR]
testAutomaticGrantWithIndexAndView[isNamespaceMapped=true](org.apache.phoenix.end2end.TableDDLPermissionsIT)
Time elapsed: 218.131 s <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
at
org.apache.phoenix.end2end.TableDDLPermissionsIT.testAutomaticGrantWithIndexAndView(TableDDLPermissionsIT.java:230)
Caused by: org.apache.phoenix.schema.TableNotFoundException: ERROR 1012
(42M03): Table undefined.
at
org.apache.phoenix.end2end.TableDDLPermissionsIT.testAutomaticGrantWithIndexAndView(TableDDLPermissionsIT.java:230)
[INFO] Running
org.apache.phoenix.end2end.index.MutableIndexFailureWithNamespaceIT
[ERROR] Tests run: 7, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 137.929
s <<< FAILURE! - in
org.apache.phoenix.end2end.index.MutableIndexFailureWithNamespaceIT
[ERROR]
testIndexWriteFailure[MutableIndexFailureIT_transactional=TEPHRA,localIndex=false,isNamespaceMapped=true,disableIndexOnWriteFailure=true,failRebuildTask=false,throwIndexWriteFailure=null](org.apache.phoenix.end2end.index.MutableIndexFailureWithNamespaceIT)
Time elapsed: 11.951 s <<< ERROR!
java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover
transaction service.
Caused by: org.apache.thrift.TException: Unable to discover transaction service.
[ERROR]
testIndexWriteFailure[MutableIndexFailureIT_transactional=TEPHRA,localIndex=true,isNamespaceMapped=true,disableIndexOnWriteFailure=null,failRebuildTask=false,throwIndexWriteFailure=null](org.apache.phoenix.end2end.index.MutableIndexFailureWithNamespaceIT)
Time elapsed: 11.519 s <<< ERROR!
java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover
transaction service.
Caused by: org.apache.thrift.TException: Unable to discover transaction service.
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexRebuilderIT
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 232.958
s - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
[WARNING] Tests run: 40, Failures: 0, Errors: 0, Skipped: 16, Time elapsed:
415.042 s - in org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.083 s
- in org.apache.phoenix.end2end.index.MutableIndexRebuilderIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Running org.apache.phoenix.end2end.index.PartialIndexRebuilderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.529 s
- in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Running org.apache.phoenix.end2end.index.PhoenixMRJobSubmitterIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.46 s
- in org.apache.phoenix.end2end.index.PhoenixMRJobSubmitterIT
[INFO] Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Running org.apache.phoenix.execute.PartialCommitIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.597 s
- in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.43 s
- in org.apache.phoenix.execute.PartialCommitIT
[INFO] Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Running org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 556.291
s - in org.apache.phoenix.end2end.index.LocalIndexIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.518 s
- in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.423 s
- in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78.611 s
- in org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Running org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Running org.apache.phoenix.monitoring.PhoenixLoggingMetricsIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.19 s
- in org.apache.phoenix.monitoring.PhoenixLoggingMetricsIT
[INFO] Running org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 436.8 s
- in org.apache.phoenix.end2end.index.PartialIndexRebuilderIT
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.453
s - in org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.405 s
- in org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 169.299
s - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Running org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.342 s
- in org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]
MigrateSystemTablesToSystemNamespaceIT.oldClientsAfterSystemTableMigrationShouldFail:179
[ERROR] MigrateSystemTablesToSystemNamespaceIT.onlyOneClientCanMigrate:214
[ERROR]
SystemCatalogCreationOnConnectionIT.testMetadataAlterRemainsAutoUpgradeDisabled:417->firstConnectionAutoUpgradeToggle:509->firstConnectionAutoUpgradeDisabled:542
expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]> but was:<[SYSTEM.CATALOG,
SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.FUNCTION,
SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
[ERROR]
SystemCatalogCreationOnConnectionIT.testMetadataAlterRemainsAutoUpgradeEnabled:427->firstConnectionAutoUpgradeToggle:507->firstConnectionNSMappingServerDisabledClientDisabled:634
expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]> but was:<[SYSTEM.CATALOG,
SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.FUNCTION,
SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
[ERROR] SystemCatalogCreationOnConnectionIT.testMigrateSysCatCreateOthers:269
expected:<[SYSTEM:STATS, SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG,
SYSTEM:MUTEX, SYSTEM:CHILD_LINK, SYSTEM:SEQUENCE]> but was:<[SYSTEM:STATS,
SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG, SYSTEM:CHILD_LINK, SYSTEM:MUTEX,
SYSTEM:SEQUENCE, SYSTEM:TASK]>
[ERROR]
SystemCatalogCreationOnConnectionIT.testMigrateToSystemNamespace:193->firstConnectionNSMappingServerEnabledClientEnabledMappingDisabled:574
expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]> but was:<[SYSTEM.CATALOG,
SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.FUNCTION,
SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
[ERROR]
SystemCatalogCreationOnConnectionIT.testMigrateToSystemNamespaceAndUpgradeSysCat:282->firstConnectionNSMappingServerEnabledClientEnabledMappingDisabled:574
expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]> but was:<[SYSTEM.CATALOG,
SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.FUNCTION,
SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
[ERROR]
SystemCatalogCreationOnConnectionIT.testNSMappingDisabledNoUpgradeRequired:381->firstConnectionNSMappingServerDisabledClientDisabled:634
expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]> but was:<[SYSTEM.CATALOG,
SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.FUNCTION,
SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
[ERROR]
SystemCatalogCreationOnConnectionIT.testSysTablesExistInconsistentNSMappingFails:340->firstConnectionNSMappingServerDisabledClientDisabled:634
expected:<[SYSTEM.CATALOG, SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK,
SYSTEM.STATS, SYSTEM.FUNCTION, SYSTEM.LOG]> but was:<[SYSTEM.CATALOG,
SYSTEM.SEQUENCE, SYSTEM.MUTEX, SYSTEM.CHILD_LINK, SYSTEM.FUNCTION,
SYSTEM.STATS, SYSTEM.TASK, SYSTEM.LOG]>
[ERROR]
SystemCatalogCreationOnConnectionIT.testTablesExistInconsistentNSMappingFails:299->firstConnectionNSMappingServerEnabledClientEnabled:557
expected:<[SYSTEM:STATS, SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG,
SYSTEM:MUTEX, SYSTEM:CHILD_LINK, SYSTEM:SEQUENCE]> but was:<[SYSTEM:STATS,
SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG, SYSTEM:CHILD_LINK, SYSTEM:MUTEX,
SYSTEM:SEQUENCE, SYSTEM:TASK]>
[ERROR]
SystemCatalogCreationOnConnectionIT.testUpgradeAttempted:211->firstConnectionNSMappingServerEnabledClientEnabled:557
expected:<[SYSTEM:STATS, SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG,
SYSTEM:MUTEX, SYSTEM:CHILD_LINK, SYSTEM:SEQUENCE]> but was:<[SYSTEM:STATS,
SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG, SYSTEM:CHILD_LINK, SYSTEM:MUTEX,
SYSTEM:SEQUENCE, SYSTEM:TASK]>
[ERROR]
SystemCatalogCreationOnConnectionIT.testUpgradeNotAllowed:232->firstConnectionNSMappingServerEnabledClientEnabled:557
expected:<[SYSTEM:STATS, SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG,
SYSTEM:MUTEX, SYSTEM:CHILD_LINK, SYSTEM:SEQUENCE]> but was:<[SYSTEM:STATS,
SYSTEM:CATALOG, SYSTEM:FUNCTION, SYSTEM:LOG, SYSTEM:CHILD_LINK, SYSTEM:MUTEX,
SYSTEM:SEQUENCE, SYSTEM:TASK]>
[ERROR] Errors:
[ERROR]
TableDDLPermissionsIT.testAutomaticGrantWithIndexAndView:230->BasePermissionsIT.verifyAllowed:688->BasePermissionsIT.verifyAllowed:695
» UndeclaredThrowable
[ERROR]
TableDDLPermissionsIT.testAutomaticGrantWithIndexAndView:230->BasePermissionsIT.verifyAllowed:688->BasePermissionsIT.verifyAllowed:695
» UndeclaredThrowable
[ERROR]
MutableIndexFailureWithNamespaceIT>MutableIndexFailureIT.testIndexWriteFailure:251
» Runtime
[ERROR]
MutableIndexFailureWithNamespaceIT>MutableIndexFailureIT.testIndexWriteFailure:251
» Runtime
[INFO]
[ERROR] Tests run: 717, Failures: 12, Errors: 4, Skipped: 44
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:2.20:integration-test
(SplitSystemCatalogTests) @ phoenix-core ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.phoenix.end2end.AlterTableWithViewsIT
[INFO] Running org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT
[INFO] Running org.apache.phoenix.end2end.DropTableWithViewsIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.56 s
- in org.apache.phoenix.end2end.DropTableWithViewsIT
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 126.496
s - in org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT
[INFO] Running org.apache.phoenix.end2end.TenantSpecificViewIndexIT
[INFO] Running org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 145.219
s - in org.apache.phoenix.end2end.TenantSpecificViewIndexIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.604 s
- in org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT
[INFO] Running org.apache.phoenix.end2end.ViewIT
[INFO] Running org.apache.phoenix.end2end.index.ViewIndexIT
[WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 2, Time elapsed:
137.425 s - in org.apache.phoenix.end2end.index.ViewIndexIT
[INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
1,077.302 s - in org.apache.phoenix.end2end.AlterTableWithViewsIT
[ERROR] Tests run: 128, Failures: 0, Errors: 4, Skipped: 0, Time elapsed:
767.011 s <<< FAILURE! - in org.apache.phoenix.end2end.ViewIT
[ERROR]
testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled[ViewIT_transactionProvider=TEPHRA,
columnEncoded=false](org.apache.phoenix.end2end.ViewIT) Time elapsed: 29.038
s <<< ERROR!
org.apache.phoenix.schema.TableNotFoundException: ERROR 1012 (42M03): Table
undefined. tableName=NS_N000068.TBL_N000069
at
org.apache.phoenix.end2end.ViewIT.testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled(ViewIT.java:962)
[ERROR]
testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled[ViewIT_transactionProvider=TEPHRA,
columnEncoded=true](org.apache.phoenix.end2end.ViewIT) Time elapsed: 28.247 s
<<< ERROR!
org.apache.phoenix.schema.TableNotFoundException: ERROR 1012 (42M03): Table
undefined. tableName=NS_N000166.TBL_N000167
at
org.apache.phoenix.end2end.ViewIT.testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled(ViewIT.java:962)
[ERROR]
testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled[ViewIT_transactionProvider=null,
columnEncoded=false](org.apache.phoenix.end2end.ViewIT) Time elapsed: 28.072
s <<< ERROR!
org.apache.phoenix.schema.TableNotFoundException: ERROR 1012 (42M03): Table
undefined. tableName=NS_N000264.TBL_N000265
at
org.apache.phoenix.end2end.ViewIT.testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled(ViewIT.java:962)
[ERROR]
testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled[ViewIT_transactionProvider=null,
columnEncoded=true](org.apache.phoenix.end2end.ViewIT) Time elapsed: 27.705 s
<<< ERROR!
org.apache.phoenix.schema.TableNotFoundException: ERROR 1012 (42M03): Table
undefined. tableName=NS_N000362.TBL_N000363
at
org.apache.phoenix.end2end.ViewIT.testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled(ViewIT.java:962)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR]
ViewIT.testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled:962
» TableNotFound
[ERROR]
ViewIT.testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled:962
» TableNotFound
[ERROR]
ViewIT.testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled:962
» TableNotFound
[ERROR]
ViewIT.testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled:962
» TableNotFound
[INFO]
[ERROR] Tests run: 273, Failures: 0, Errors: 4, Skipped: 2
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) @
phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Phoenix 4.14.0-HBase-1.3 .................... SUCCESS [ 3.242 s]
[INFO] Phoenix Core ....................................... FAILURE [ 03:47 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Kafka .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] Phoenix Load Balancer 4.14.0-HBase-1.3 ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:47 h
[INFO] Finished at: 2018-10-29T02:20:47Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-failsafe-plugin:2.20:verify
(ParallelStatsEnabledTest) on project phoenix-core: There are test failures.
[ERROR]
[ERROR] Please refer to
<https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/ws/phoenix-core/target/failsafe-reports>
for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump,
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[JIRA] Updating issue PHOENIX-4971
Recording test results