You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by "vihangk1 (via GitHub)" <gi...@apache.org> on 2023/03/20 05:08:03 UTC

[GitHub] [hive] vihangk1 opened a new pull request, #4129: HIVE-27148: Disable flaky test TestJdbcGenericUDTFGetSplits

vihangk1 opened a new pull request, #4129:
URL: https://github.com/apache/hive/pull/4129

   <!--
   Thanks for sending a pull request!  Here are some tips for you:
     1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/Hive/HowToContribute
     2. Ensure that you have created an issue on the Hive project JIRA: https://issues.apache.org/jira/projects/HIVE/summary
     3. Ensure you have added or run the appropriate tests for your PR: 
     4. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP]HIVE-XXXXX:  Your PR title ...'.
     5. Be sure to keep the PR description updated to reflect all changes.
     6. Please write your PR title to summarize what this PR proposes.
     7. If possible, provide a concise example to reproduce the issue for a faster review.
   
   -->
   
   ### What changes were proposed in this pull request?
   This PR disables flaky test TestJdbcGenericUDTFGetSplits on branch-3. The test was seen intermittently failing on unrelated PRs and also on the flaky test runner: http://ci.hive.apache.org/job/hive-flaky-check/614/
   
   
   ### Why are the changes needed?
   To stablize branch-3 and reopen it for commits.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Confirmed that test is being skipped locally.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] amanraj2520 commented on pull request #4129: HIVE-27148: Disable flaky test TestJdbcGenericUDTFGetSplits

Posted by "amanraj2520 (via GitHub)" <gi...@apache.org>.
amanraj2520 commented on PR #4129:
URL: https://github.com/apache/hive/pull/4129#issuecomment-1479282189

   @vihangk1 For me the Jenkins is not running Spell Checking somehow thats why it does not fail. https://github.com/apache/hive/pull/4139. Looks fine for me. Not sure why Spell Check is running for you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] vihangk1 commented on pull request #4129: HIVE-27148: Disable flaky test TestJdbcGenericUDTFGetSplits

Posted by "vihangk1 (via GitHub)" <gi...@apache.org>.
vihangk1 commented on PR #4129:
URL: https://github.com/apache/hive/pull/4129#issuecomment-1477801632

   @amanraj2520 Can you please review this? I am not sure why the spell checking is timing out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] vihangk1 merged pull request #4129: HIVE-27148: Disable flaky test TestJdbcGenericUDTFGetSplits

Posted by "vihangk1 (via GitHub)" <gi...@apache.org>.
vihangk1 merged PR #4129:
URL: https://github.com/apache/hive/pull/4129


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] amanraj2520 commented on pull request #4129: HIVE-27148: Disable flaky test TestJdbcGenericUDTFGetSplits

Posted by "amanraj2520 (via GitHub)" <gi...@apache.org>.
amanraj2520 commented on PR #4129:
URL: https://github.com/apache/hive/pull/4129#issuecomment-1479269557

   @vihangk1 Did you try raising a new PR?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] vihangk1 commented on pull request #4129: HIVE-27148: Disable flaky test TestJdbcGenericUDTFGetSplits

Posted by "vihangk1 (via GitHub)" <gi...@apache.org>.
vihangk1 commented on PR #4129:
URL: https://github.com/apache/hive/pull/4129#issuecomment-1479569717

   Thanks @amanraj2520 for the review. Merged this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] amanraj2520 commented on pull request #4129: HIVE-27148: Disable flaky test TestJdbcGenericUDTFGetSplits

Posted by "amanraj2520 (via GitHub)" <gi...@apache.org>.
amanraj2520 commented on PR #4129:
URL: https://github.com/apache/hive/pull/4129#issuecomment-1479282700

   Anyways we can merge this +1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org