Skip to content

feat(ACI): Allow processing dynamic data conditions #93851

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ceorourke
Copy link
Member

Enable processing dynamic data conditions through workflow engine.

@ceorourke ceorourke requested a review from a team as a code owner June 18, 2025 19:52
@ceorourke ceorourke requested review from a team and mifu67 June 18, 2025 19:52
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 18, 2025
@ceorourke ceorourke marked this pull request as draft June 18, 2025 19:54
Copy link

codecov bot commented Jun 18, 2025

❌ 6 Tests Failed:

Tests completed Failed Passed Skipped
26630 6 26624 240
View the top 3 failed test(s) by shortest run time
tests.sentry.incidents.test_subscription_processor.ProcessUpdateTest::test_enable_dynamic_alert_rule_and_fire
Stack Traces | 3.1s run time
#x1B[1m#x1B[.../sentry/incidents/test_subscription_processor.py#x1B[0m:929: in test_enable_dynamic_alert_rule_and_fire
    processor = self.send_update(rule, 10)
#x1B[1m#x1B[.../sentry/incidents/test_subscription_processor.py#x1B[0m:324: in send_update
    processor.process_update(message)
#x1B[1m#x1B[.../sentry/incidents/subscription_processor.py#x1B[0m:470: in process_update
    if has_anomaly(
#x1B[1m#x1B[31mE   UnboundLocalError: cannot access local variable 'has_anomaly' where it is not associated with a value#x1B[0m
tests.sentry.incidents.test_subscription_processor.ProcessUpdateTest::test_enable_dynamic_alert_rule
Stack Traces | 3.16s run time
#x1B[1m#x1B[.../sentry/incidents/test_subscription_processor.py#x1B[0m:894: in test_enable_dynamic_alert_rule
    processor = self.send_update(rule, 5)
#x1B[1m#x1B[.../sentry/incidents/test_subscription_processor.py#x1B[0m:324: in send_update
    processor.process_update(message)
#x1B[1m#x1B[.../sentry/incidents/subscription_processor.py#x1B[0m:470: in process_update
    if has_anomaly(
#x1B[1m#x1B[31mE   UnboundLocalError: cannot access local variable 'has_anomaly' where it is not associated with a value#x1B[0m
tests.sentry.incidents.test_subscription_processor.ProcessUpdateTest::test_dual_processing_anomaly_detection
Stack Traces | 3.28s run time
#x1B[1m#x1B[.../sentry/incidents/test_subscription_processor.py#x1B[0m:4007: in test_dual_processing_anomaly_detection
    processor = self.send_update(
#x1B[1m#x1B[.../sentry/incidents/test_subscription_processor.py#x1B[0m:324: in send_update
    processor.process_update(message)
#x1B[1m#x1B[.../sentry/incidents/subscription_processor.py#x1B[0m:420: in process_update
    has_anomaly = get_anomaly_evaluation_from_workflow_engine(results)
#x1B[1m#x1B[31mE   TypeError: get_anomaly_evaluation_from_workflow_engine() missing 1 required positional argument: 'data_packet_processing_results'#x1B[0m

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants