Skip to content

Conversation

coderzc
Copy link
Member

@coderzc coderzc commented May 24, 2023

Purpose of the PR

Change etcd url only for ci, otherwise, we use the default address to local test

Main Changes

Change etcd url only for ci

Verifying these changes

  • This change is a trivial rework / code cleanup without any test coverage.

(or)

  • This change is already covered by existing tests, such as (please describe tests).

(or)

  • This change added tests and can be verified as follows:

    (for example:)

    • Add UT.

Does this PR potentially affect the following parts?

  • Nope
  • Dependencies (add/update license info)
  • Modify configurations
  • The public API
  • Other affects (typed here)

Documentation Status

  • Doc - TODO
  • Doc - Done
  • Doc - NO Need
@coderzc coderzc force-pushed the improve_use_k8s_etcd_test branch from f6a9f12 to 30c764a Compare May 24, 2023 10:00
@coderzc coderzc changed the title Use etcd in the k8s to test Change etcd url only for ci May 24, 2023
@coderzc coderzc added the ci label May 24, 2023
@coderzc coderzc force-pushed the improve_use_k8s_etcd_test branch from c103bcb to fd03ac5 Compare May 24, 2023 10:18
@codecov
Copy link

codecov bot commented May 24, 2023

Codecov Report

Merging #245 (3e7e11f) into master (cc5a7e7) will increase coverage by 0.02%.
The diff coverage is n/a.

@@ Coverage Diff @@ ## master #245 +/- ## ============================================ + Coverage 85.83% 85.85% +0.02%  Complexity 3232 3232 ============================================ Files 344 344 Lines 12072 12072 Branches 1087 1087 ============================================ + Hits 10362 10365 +3  + Misses 1185 1181 -4  - Partials 525 526 +1 

see 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@coderzc coderzc force-pushed the improve_use_k8s_etcd_test branch from fd03ac5 to 72d61b7 Compare May 24, 2023 11:13
@coderzc coderzc requested review from corgiboygsj and imbajin May 24, 2023 11:22
imbajin
imbajin previously approved these changes May 24, 2023
"ComputerOptions");
OptionSpace.register("computer-rpc",
"org.apache.hugegraph.config.RpcOptions");
OptionSpace.register("computer-rpc", "org.apache.hugegraph.config.RpcOptions");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also update ComputerOptions

}

@AfterClass
public static void cleanup() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to line 150 to keep the customary order

@imbajin imbajin changed the title Change etcd url only for ci chore:change etcd url only for ci May 25, 2023
@imbajin imbajin merged commit 31b63b2 into master May 25, 2023
@imbajin imbajin deleted the improve_use_k8s_etcd_test branch May 25, 2023 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 participants