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

chore: fix pulsar addon typo #1115

Merged
merged 5 commits into from
Oct 25, 2024
Merged

chore: fix pulsar addon typo #1115

merged 5 commits into from
Oct 25, 2024

Conversation

Y-Rookie
Copy link
Contributor

(cherry picked from commit 002fd95)

(cherry picked from commit 002fd95)
quit_script
}

quit_script() {
Copy link
Contributor

Choose a reason for hiding this comment

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

This function still appears in the file (a few lines above).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This function still appears in the file (a few lines above).

fixed done

@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (8ed36fe) to head (0ae813d).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
addons/pulsar/scripts-ut-spec/init_broker_spec.sh 0.00% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1115   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         34      34           
  Lines       4352    4349    -3     
=====================================
+ Misses      4352    4349    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -77,11 +77,11 @@ init_broker() {
local idx=${POD_NAME##*-}
if [ $idx -ne 0 ]; then
wait_for_cluster_metadata "$zookeeperServers" "$clusterName"
echo "Cluster already initialized" && quit_script
Copy link
Contributor

Choose a reason for hiding this comment

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

Change to && exit 0 to keep the semantic.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Change to && exit 0 to keep the semantic.

fixed done

@Y-Rookie Y-Rookie merged commit 8f28d4b into main Oct 25, 2024
19 checks passed
@Y-Rookie Y-Rookie deleted the support/fix-pulsar-typo branch October 25, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants