Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-852

Integration test using HCatalog as a catalog store is failed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0, 0.9.0
    • 0.9.0
    • None
    • None

    Description

      When I tried to do integration test using HCatalog as a catalog store, the test is failed.

      mvn clean install -Phcatalog-0.12.0 
      -Dtajo.catalog.store.class=org.apache.tajo.catalog.store.HCatalogStore
      
      2014-05-27 10:48:22,392 INFO: org.apache.tajo.master.querymaster.QueryMasterManagerService (stop(111)) - QueryMasterManagerService stopped
      2014-05-27 10:48:22,392 INFO: org.apache.tajo.master.querymaster.QueryMaster (run(434)) - QueryMaster heartbeat thread stopped
      2014-05-27 10:48:22,392 INFO: org.apache.tajo.master.TajoAsyncDispatcher (stop(122)) - AsyncDispatcher stopped:querymaster_1401155008909
      2014-05-27 10:48:22,393 INFO: org.apache.tajo.master.querymaster.QueryMaster (stop(160)) - QueryMaster stop
      2014-05-27 10:48:22,393 INFO: org.apache.tajo.worker.TajoWorkerClientService (stop(109)) - TajoWorkerClientService stopping
      2014-05-27 10:48:22,393 INFO: org.apache.tajo.rpc.NettyServerBase (shutdown(128)) - Rpc (QueryMasterClientProtocol) listened on 0:0:0:0:0:0:0:0:18372) shutdown
      2014-05-27 10:48:22,393 INFO: org.apache.tajo.worker.TajoWorkerClientService (stop(113)) - TajoWorkerClientService stopped
      2014-05-27 10:48:22,393 INFO: org.apache.tajo.worker.TajoWorker (stop(334)) - TajoWorker main thread exiting
      
      Results :
      
      Failed tests:   testQueryCasesOnColumnPartitionedTable(org.apache.tajo.engine.query.TestTablePartitions): Result Verification expected:<...-------------------(..)
        testKillScheduledQuery(org.apache.tajo.scheduler.TestFifoScheduler): expected:<QUERY_MASTER_INIT> but was:<QUERY_RUNNING>
        testScheduledQuery(org.apache.tajo.scheduler.TestFifoScheduler): expected:<QUERY_RUNNING> but was:<QUERY_MASTER_INIT>
        testForwardedQuery(org.apache.tajo.scheduler.TestFifoScheduler): expected:<QUERY_RUNNING> but was:<QUERY_MASTER_INIT>
        case3(org.apache.tajo.master.querymaster.TestQueryUnitStatusUpdate): expected:<7> but was:<10>
      
      Tests in error: 
        testCreateTableLike1(org.apache.tajo.engine.query.TestCreateTable)
      
      Tests run: 756, Failures: 5, Errors: 1, Skipped: 0
      
      [INFO] ------------------------------------------------------------------------
      [INFO] Reactor Summary:
      

      Attachments

        1. TAJO-852.patch
          20 kB
          Jinho Kim

        Activity

          People

            jhkim Jinho Kim
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: