Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-17072

Make the parallelized timeout configurable in BeeLine tests

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.0
    • Testing Infrastructure
    • None

    Description

      When running the BeeLine tests parallel, the timeout is hardcoded in the Parallelized.java:

          @Override
          public void finished() {
            executor.shutdown();
            try {
              executor.awaitTermination(10, TimeUnit.MINUTES);
            } catch (InterruptedException exc) {
              throw new RuntimeException(exc);
            }
          }
      

      It would be better to make it configurable.

      Attachments

        1. HIVE-17072.2.patch
          1 kB
          Marta Kuczora
        2. HIVE-17072.1.patch
          1 kB
          Marta Kuczora

        Issue Links

          Activity

            People

              kuczoram Marta Kuczora
              kuczoram Marta Kuczora
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: