Skip to content

Dsn support set callback uri#2104

Merged
hulto merged 5 commits intomainfrom
dsn-support-set-callback-uri
Mar 18, 2026
Merged

Dsn support set callback uri#2104
hulto merged 5 commits intomainfrom
dsn-support-set-callback-uri

Conversation

@hulto
Copy link
Collaborator

@hulto hulto commented Mar 18, 2026

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

google-labs-jules bot and others added 5 commits March 17, 2026 05:23
Updates `ImixAgent::set_callback_uri` to utilize `pb::config::parse_dsn` when configuring new or existing transports.
This allows the agent to dynamically process and update properties like `interval` and `jitter` provided as URL query parameters in the DSN when `set_callback_uri` is invoked.

Co-authored-by: hulto <7121375+hulto@users.noreply.github.com>
Updates `ImixAgent::set_callback_uri` to utilize `pb::config::parse_dsn` when configuring new or existing transports.
This allows the agent to dynamically process and update properties like `interval` and `jitter` provided as URL query parameters in the DSN when `set_callback_uri` is invoked. Also includes the PR reviewer's feedback about checking both uri and type when finding an existing callback.

Co-authored-by: hulto <7121375+hulto@users.noreply.github.com>
Adds a check in `ImixAgent::set_callback_uri` to ensure the transport `r#type` matches when searching for an existing callback to update.

Co-authored-by: hulto <7121375+hulto@users.noreply.github.com>
Adds a check in `ImixAgent::set_callback_uri` to ensure the transport `r#type` matches when searching for an existing callback to update.

Co-authored-by: hulto <7121375+hulto@users.noreply.github.com>
@github-actions
Copy link
Contributor

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
2820    ±0 2820    ±0 0    ±0 0    ±0 0    ±0 0    ±0 1ms    ±0

Previous Results

Build 🏗️ Result 🧪 Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
#1777 2820 2820 0 0 0 0 39.5s

Insights

Average Tests per Run Total Flaky Tests Total Failed Slowest Test (p95)
2820 0 0 5.8s

Slowest Tests

Test 📝 Results 📊 Duration (avg) ⏱️ Duration (p95) ⏱️
TestDockerExecutor_Build_ContextCancellation 1 5.8s 5.8s
eldritch-libsys: std::dll_inject_impl::tests::test_dll_inject_simple 1 5.2s 5.2s
TestInteractiveShell 1 5.0s 5.0s
TestOtherStreamOutput 1 5.0s 5.0s
imix::bin/imix: install::tests::test_install_execution 3 1.8s 4.9s
imix::bin/imix: install::tests::test_install_execution 3 1.8s 4.9s
imix::bin/imix: install::tests::test_install_execution 3 1.8s 4.9s
imix::bin/imix: tests::task_tests::test_task_streaming_error 3 3.0s 3.0s
imix::bin/imix: tests::task_tests::test_task_streaming_error 3 3.0s 3.0s
imix::bin/imix: tests::task_tests::test_task_streaming_error 3 3.0s 3.0s

🎉 No failed tests in this run. | 🍂 No flaky tests in this run.

Github Test Reporter by CTRF 💚

@hulto hulto added this pull request to the merge queue Mar 18, 2026
Merged via the queue into main with commit d6d4d10 Mar 18, 2026
9 checks passed
@hulto hulto deleted the dsn-support-set-callback-uri branch March 18, 2026 01:45
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.

2 participants