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

APMSP-1543 feat: setup boilerplate for data-pipeline integration #6314

Draft
wants to merge 17 commits into
base: feature/data-pipeline
Choose a base branch
from

Conversation

ganeshnj
Copy link

Summary of changes

Reason for change

Implementation details

Test coverage

Other details

@ganeshnj ganeshnj changed the base branch from master to feature/data-pipeline November 19, 2024 14:01
@ganeshnj ganeshnj force-pushed the ganeshnj/feature/datapipeline-bindings branch from 9fdb202 to b4f83a1 Compare November 19, 2024 14:03
@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Nov 19, 2024

Datadog Report

Branch report: ganeshnj/feature/datapipeline-bindings
Commit report: 358b95e
Test service: dd-trace-dotnet

❌ 3995 Failed (5 Known Flaky), 97158 Passed, 315 Skipped, 6h 34m 28.9s Total Time

❌ Failed Tests (3995)

This report shows up to 5 failed tests.

  • UseTracerServiceName - Datadog.Profiler.IntegrationTests.ApplicationInfo.ApplicationInfoTest - Details

    Expand for error
     Exit code of "Samples.BuggyBits" should be 0 instead of 134 (= 0x86)
     Expected: True
     Actual:   False
    
  • UseTracerServiceName - Datadog.Profiler.IntegrationTests.ApplicationInfo.ApplicationInfoTest - Details

    Expand for error
     Exit code of "Samples.BuggyBits" should be 0 instead of 134 (= 0x86)
     Expected: True
     Actual:   False
    
  • UseTracerServiceName - Datadog.Profiler.IntegrationTests.ApplicationInfo.ApplicationInfoTest - Details

    Expand for error
     Exit code of "Samples.BuggyBits" should be 0 instead of 134 (= 0x86)
     Expected: True
     Actual:   False
    
  • UseTracerServiceName - Datadog.Profiler.IntegrationTests.ApplicationInfo.ApplicationInfoTest - Details

    Expand for error
     Exit code of "Samples.BuggyBits" should be 0 instead of 134 (= 0x86)
     Expected: True
     Actual:   False
    
  • UseTracerServiceName - Datadog.Profiler.IntegrationTests.ApplicationInfo.ApplicationInfoTest - Details

    Expand for error
     Exit code of "Samples.BuggyBits" should be 0 instead of 134 (= 0x86)
     Expected: True
     Actual:   False
    

@ganeshnj ganeshnj changed the title feat: setup boilerplate for data-pipeline integration APMSP-1543 feat: setup boilerplate for data-pipeline ®integration Nov 25, 2024
@ganeshnj ganeshnj changed the title APMSP-1543 feat: setup boilerplate for data-pipeline ®integration APMSP-1543 feat: setup boilerplate for data-pipeline integration Nov 25, 2024
@ganeshnj ganeshnj force-pushed the ganeshnj/feature/datapipeline-bindings branch from 968ca73 to 31c6659 Compare November 25, 2024 16:33
Copy link
Contributor

Snapshots difference summary

The following differences have been observed in committed snapshots. It is meant to help the reviewer.
The diff is simplistic, so please check some files anyway while we improve it.

1 occurrences of :

-        "_dd.appsec.event_rules.version": "1.13.2",
-        "_dd.appsec.waf.version": "1.20.1",
+        "_dd.appsec.event_rules.version": "1.13.3",
+        "_dd.appsec.waf.version": "1.21.0",

2 occurrences of :

-        "_dd.appsec.event_rules.loaded": 158.0,
+        "_dd.appsec.event_rules.loaded": 159.0,

1 occurrences of :

-        "_dd.appsec.waf.version": "1.20.1",
[...]
+        "_dd.appsec.waf.version": "1.21.0",

1 occurrences of :

-      http.url: http://localhost:00000/Iast/StoredSqli,
+      http.url: http://localhost:00000/Iast/StoredSqli?useMicrosoftDataDb=...,

1 occurrences of :

-      http.url: http://localhost:00000/Iast/StoredXss?param=%3Cb%3ERawValue%3C/b%3E,
+      http.url: http://localhost:00000/Iast/StoredXss?param=%3Cb%3ERawValue%3C/b%3E&useMicrosoftDataDb=...,

1 occurrences of :

-      http.url: http://localhost:00000/Iast/StoredXssEscaped,
+      http.url: http://localhost:00000/Iast/StoredXssEscaped?useMicrosoftDataDb=...,

26 occurrences of :

-      _dd.appsec.event_rules.version: 1.13.2,
+      _dd.appsec.event_rules.version: 1.13.3,

1 occurrences of :

-      _dd.appsec.event_rules.version: 1.13.2,
+      _dd.appsec.event_rules.version: 1.13.3,
[...]
-      _dd.appsec.waf.version: 1.20.1,
+      _dd.appsec.waf.version: 1.21.0,

1 occurrences of :

-      _dd.appsec.event_rules.loaded: 158.0,
+      _dd.appsec.event_rules.loaded: 159.0,

1 occurrences of :

-      _dd.appsec.waf.version: 1.20.1,
+      _dd.appsec.waf.version: 1.21.0,

6 occurrences of :

-      _dd.appsec.event_rules.version: 1.13.2,
-      _dd.appsec.waf.version: 1.20.1,
+      _dd.appsec.event_rules.version: 1.13.3,
+      _dd.appsec.waf.version: 1.21.0,
[...]
-      _dd.appsec.event_rules.loaded: 158.0,
+      _dd.appsec.event_rules.loaded: 159.0,

@ganeshnj ganeshnj changed the base branch from feature/data-pipeline to master November 25, 2024 16:39
@ganeshnj ganeshnj changed the base branch from master to feature/data-pipeline November 25, 2024 16:39
@ganeshnj ganeshnj force-pushed the ganeshnj/feature/datapipeline-bindings branch from de88690 to 622a56a Compare November 26, 2024 14:27
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.

1 participant