Skip to content

Commit d7a5b54

Browse files
chore(ci): update codeowners and bump timestamp for expired aws-lambda tests [backport 3.3] (#13012)
Backport 08ee25b from #12847 to 3.3. Title: updates the codeowners to `apm-serverless` and bumps timestamp for expired aws-lambda tests ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [x] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) Co-authored-by: Quinna Halim <[email protected]>
1 parent 3662c1c commit d7a5b54

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,4 @@ tests/tracer/test_ci.py @DataDog/ci-app-libraries
198198

199199
# Serverless
200200
tests/internal/test_serverless.py @DataDog/apm-core-python @DataDog/apm-serverless
201+
tests/contrib/aws_lambda @DataDog/apm-serverless

tests/contrib/aws_lambda/test_aws_lambda.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def setup():
5252
unpatch()
5353

5454

55-
@flaky(1742580778)
55+
@flaky(1744053478)
5656
@pytest.mark.parametrize("customApmFlushDeadline", [("-100"), ("10"), ("100"), ("200")])
5757
@pytest.mark.snapshot
5858
def test_timeout_traces(context, customApmFlushDeadline):
@@ -135,7 +135,7 @@ async def test_module_patching(mocker, context):
135135
],
136136
)
137137
@pytest.mark.snapshot
138-
@flaky(1741838400, reason="Did not receive expected traces: 'aws.lambda' for [handler3-instance_handler_with_code]")
138+
@flaky(1744053478, reason="Did not receive expected traces: 'aws.lambda' for [handler3-instance_handler_with_code]")
139139
def test_class_based_handlers(context, handler, function_name):
140140
env = get_env(
141141
{

0 commit comments

Comments
 (0)