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

Fixes issue where refresh connections was not running when service was already running. Closes #3734 #3735

Conversation

pskrbasu
Copy link
Contributor

@pskrbasu pskrbasu commented Aug 8, 2023

No description provided.

@pskrbasu pskrbasu added the bug Something isn't working label Aug 8, 2023
@pskrbasu pskrbasu self-assigned this Aug 8, 2023
@pskrbasu pskrbasu linked an issue Aug 8, 2023 that may be closed by this pull request
@@ -324,8 +324,8 @@ jobs:
- "blank_aggregators"
- "search_path"
- "chaos_and_query"
- "dynamic_schema"
- "dynamic_aggregators"
# - "dynamic_schema"
Copy link
Contributor

Choose a reason for hiding this comment

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

rather than comment them out, please skip the tests with a reason and a link to the issue

pkg/db/db_local/start_services.go Show resolved Hide resolved
pkg/pluginmanager_service/plugin_manager.go Show resolved Hide resolved
pkg/pluginmanager_service/plugin_manager.go Show resolved Hide resolved
# Aggregating two connections with same table and same columns defined.
@test "dynamic aggregator - same table and columns" {
skip "re-design without STEAMPIPE_SYNC_REFRESH"
Copy link
Contributor

Choose a reason for hiding this comment

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

comment should read currently does not pass due to bug: <link to issue>

@kaidaguerre kaidaguerre merged commit c9dfc8d into v0.20.x Aug 11, 2023
48 checks passed
@kaidaguerre kaidaguerre deleted the 3734-refresh-connections-do-not-happen-when-service-is-already-running branch August 11, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refresh connections do not happen when service is already running
2 participants