Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-25910 - Fix port assignment test #3308

Merged
merged 10 commits into from
May 28, 2021
Merged

HBASE-25910 - Fix port assignment test #3308

merged 10 commits into from
May 28, 2021

Commits on May 25, 2021

  1. HBASE-25910: Fix the port assignment test by:

    disabling the port auto assignment and check the exception root cause
    against BindException.
    Victor Li committed May 25, 2021
    Configuration menu
    Copy the full SHA
    781bc11 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Add retry test with hijacking a port:

    test succeeded with hdfs cache being disabled.
    Victor Li committed May 26, 2021
    Configuration menu
    Copy the full SHA
    a428bb2 View commit details
    Browse the repository at this point in the history
  2. Removed test code for this test case.

    Victor Li committed May 26, 2021
    Configuration menu
    Copy the full SHA
    c1862c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b734923 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Merge branch 'master' into fix_port_assignment_test

    Victor Li committed May 27, 2021
    Configuration menu
    Copy the full SHA
    bae5e6b View commit details
    Browse the repository at this point in the history
  2. Address comments with a retry test.

    Victor Li committed May 27, 2021
    Configuration menu
    Copy the full SHA
    6a8f56f View commit details
    Browse the repository at this point in the history
  3. Removed the retry test.

    Victor Li committed May 27, 2021
    Configuration menu
    Copy the full SHA
    6495858 View commit details
    Browse the repository at this point in the history
  4. Add a timeout for 5 minutes with should be able to accomondate about …

    …10+ retries.
    Victor Li committed May 27, 2021
    Configuration menu
    Copy the full SHA
    6cd5726 View commit details
    Browse the repository at this point in the history
  5. cosmetics changes on logs.

    Victor Li committed May 27, 2021
    Configuration menu
    Copy the full SHA
    40fa243 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. log error message when test fails.

    Victor Li committed May 28, 2021
    Configuration menu
    Copy the full SHA
    fd07726 View commit details
    Browse the repository at this point in the history