Skip to content

Commit 80ec575

Browse files
nhulstonBridgeAR
andauthored
Fix span pointers env var & tests (#5546)
* fix env var * fix dynamodb tests not running * refactor and simplify dynamodb integration tests * allow mock agent to be closed idempotently * fix race condition when mock agent is opened/closed multiple times in one test * close agent after each span pointer test * refactor payload tagging tests Co-authored-by: Ruben Bridgewater <[email protected]>
1 parent f607d8b commit 80ec575

File tree

4 files changed

+316
-313
lines changed

4 files changed

+316
-313
lines changed

packages/datadog-plugin-aws-sdk/src/services/dynamodb.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ class DynamoDb extends BaseAwsSdkPlugin {
164164
return
165165
}
166166
if (!primaryKeyConfig) {
167-
log.warn('Missing DD_TRACE_DYNAMODB_TABLE_PRIMARY_KEYS env variable')
168167
return
169168
}
170169
const primaryKeySet = primaryKeyConfig[tableName]

0 commit comments

Comments
 (0)