Skip to content

Commit

Permalink
[mq] working branch - merge c10d544 on top of main at 55ed398
Browse files Browse the repository at this point in the history
{"baseBranch":"main","baseCommit":"55ed39859f9b031ee33a5e1eec1446b87f62b792","createdAt":"2024-12-11T15:01:45.300547Z","headSha":"c10d5446b27dcaf29787fbd5f681e40b9f96dde7","id":"7d6ec8b2-c256-45fc-a97c-9501b44673c7","priority":"200","pullRequestNumber":"31990","queuedAt":"2024-12-11T15:01:45.231725Z","status":"STATUS_QUEUED","waitingOnQueuesIds":["3816c921-b9e4-497c-83bb-904ddebdf889_414"]}
  • Loading branch information
dd-mergequeue[bot] authored Dec 11, 2024
2 parents 45fd560 + c10d544 commit e4715cb
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions test/new-e2e/tests/process/fargate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,27 @@ func (s *ECSFargateSuite) TestProcessCheck() {
assertContainersCollected(t, payloads, []string{"stress-ng"})
}

func (s *ECSFargateSuite) TestProcessCheckInCoreAgent() {
t := s.T()
type ECSFargateCoreAgentSuite struct {
e2e.BaseSuite[environments.ECS]
}

func TestECSFargateCoreAgentTestSuite(t *testing.T) {
t.Parallel()
s := ECSFargateCoreAgentSuite{}

extraConfig := runner.ConfigMap{
"ddagent:extraEnvVars": auto.ConfigValue{Value: "DD_PROCESS_CONFIG_RUN_IN_CORE_AGENT_ENABLED=true"},
}
e2eParams := []e2e.SuiteOption{e2e.WithProvisioner(
getFargateProvisioner(extraConfig),
),
}

e2e.Run(t, &s, e2eParams...)
}

s.UpdateEnv(getFargateProvisioner(extraConfig))
func (s *ECSFargateCoreAgentSuite) TestProcessCheckInCoreAgent() {
t := s.T()

// Flush fake intake to remove any payloads which may have
s.Env().FakeIntake.Client().FlushServerAndResetAggregators()
Expand Down

0 comments on commit e4715cb

Please sign in to comment.