Skip to content

enhancement(correctness): Create test/antithesis sub-project #1774

Merged
tobz merged 1 commit into
mainfrom
blt/create_tests_antithesis_sub-project
May 29, 2026
Merged

enhancement(correctness): Create test/antithesis sub-project #1774
tobz merged 1 commit into
mainfrom
blt/create_tests_antithesis_sub-project

Conversation

@blt
Copy link
Copy Markdown
Contributor

@blt blt commented May 29, 2026

Summary

This PR introduces tests/antithesis to the project, a shared effort between ADP and SMP to use antithesis to validate ADP as a DogStatsD replacement in Datadog Agent.

Change Type

  • Bug fix
  • New feature
  • Non-functional (chore, refactoring, docs)
  • Performance

How did you test this PR?

References

@dd-octo-sts dd-octo-sts Bot added the area/ci CI/CD, automated testing, etc. label May 29, 2026
Copy link
Copy Markdown
Contributor Author

blt commented May 29, 2026

@datadog-datadog-prod-us1

This comment has been minimized.

@blt blt changed the title Create tests/antithesis sub-project Add antithesis test directory and CODEOWNERS entry May 29, 2026
@blt blt changed the title Add antithesis test directory and CODEOWNERS entry Create tests/antithesis sub-project May 29, 2026
@blt blt changed the title Create tests/antithesis sub-project enhancement: Create tests/antithesis sub-project May 29, 2026
@blt blt marked this pull request as ready for review May 29, 2026 20:40
@blt blt requested a review from a team as a code owner May 29, 2026 20:40
@blt blt changed the title enhancement: Create tests/antithesis sub-project enhancement: Create test/antithesis sub-project May 29, 2026
@blt blt changed the title enhancement: Create test/antithesis sub-project enhancement(correctness): Create test/antithesis sub-project May 29, 2026
@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented May 29, 2026

Binary Size Analysis (Agent Data Plane)

Baseline: 042f41d · Comparison: 29f9642 · diff
Analysis Configuration: stripped binaries · Pass/Fail Threshold: +5%
Sizes: 37.86 MiB (baseline) vs 37.86 MiB (comparison)
Size Change: +0 B (+0.00%)

✅ Binary size difference within threshold

Changes by Module
Module File Size Symbols
anon.85240eacea40817b540ad191ce7e90d0.1.llvm.10159360804807563863 -130 B 1
anon.85240eacea40817b540ad191ce7e90d0.1.llvm.5828147733700941560 +129 B 1
anon.85240eacea40817b540ad191ce7e90d0.4.llvm.10159360804807563863 -115 B 1
anon.85240eacea40817b540ad191ce7e90d0.4.llvm.5828147733700941560 +114 B 1
anon.85240eacea40817b540ad191ce7e90d0.3.llvm.10159360804807563863 -109 B 1
anon.85240eacea40817b540ad191ce7e90d0.3.llvm.5828147733700941560 +108 B 1
anon.85240eacea40817b540ad191ce7e90d0.0.llvm.10159360804807563863 -97 B 1
anon.85240eacea40817b540ad191ce7e90d0.0.llvm.5828147733700941560 +96 B 1
anon.85240eacea40817b540ad191ce7e90d0.2.llvm.10159360804807563863 -95 B 1
anon.85240eacea40817b540ad191ce7e90d0.2.llvm.5828147733700941560 +94 B 1
[Unmapped] +5 B 1
Detailed Symbol Changes
    FILE SIZE        VM SIZE    
 --------------  -------------- 
  [NEW]    +129  [NEW]     +40    anon.85240eacea40817b540ad191ce7e90d0.1.llvm.5828147733700941560
  [NEW]    +114  [NEW]     +25    anon.85240eacea40817b540ad191ce7e90d0.4.llvm.5828147733700941560
  [NEW]    +108  [NEW]     +19    anon.85240eacea40817b540ad191ce7e90d0.3.llvm.5828147733700941560
  [NEW]     +96  [NEW]      +7    anon.85240eacea40817b540ad191ce7e90d0.0.llvm.5828147733700941560
  [NEW]     +94  [NEW]      +5    anon.85240eacea40817b540ad191ce7e90d0.2.llvm.5828147733700941560
  +0.2%      +5  [ = ]       0    [Unmapped]
  [DEL]     -95  [DEL]      -5    anon.85240eacea40817b540ad191ce7e90d0.2.llvm.10159360804807563863
  [DEL]     -97  [DEL]      -7    anon.85240eacea40817b540ad191ce7e90d0.0.llvm.10159360804807563863
  [DEL]    -109  [DEL]     -19    anon.85240eacea40817b540ad191ce7e90d0.3.llvm.10159360804807563863
  [DEL]    -115  [DEL]     -25    anon.85240eacea40817b540ad191ce7e90d0.4.llvm.10159360804807563863
  [DEL]    -130  [DEL]     -40    anon.85240eacea40817b540ad191ce7e90d0.1.llvm.10159360804807563863
  [ = ]       0  [ = ]       0    TOTAL

@blt blt changed the title enhancement(correctness): Create test/antithesis sub-project enhancement(antithesis): Create test/antithesis sub-project May 29, 2026
@blt blt force-pushed the blt/create_tests_antithesis_sub-project branch from 8b14d24 to 29f9642 Compare May 29, 2026 20:46
@blt blt changed the title enhancement(antithesis): Create test/antithesis sub-project enhancement(correctness): Create test/antithesis sub-project May 29, 2026
This PR introduces tests/antithesis to the project, a shared effort
between ADP and SMP to use [antithesis](https://antithesis.com) to
validate ADP as a DogStatsD replacement in Datadog Agent.
@blt blt force-pushed the blt/create_tests_antithesis_sub-project branch from 29f9642 to 1de5717 Compare May 29, 2026 20:55
@dd-octo-sts dd-octo-sts Bot added the area/test All things testing: unit/integration, correctness, SMP regression, etc. label May 29, 2026
@tobz tobz merged commit 1bd1613 into main May 29, 2026
9 of 36 checks passed
@tobz tobz deleted the blt/create_tests_antithesis_sub-project branch May 29, 2026 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci CI/CD, automated testing, etc. area/test All things testing: unit/integration, correctness, SMP regression, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants