-
Notifications
You must be signed in to change notification settings - Fork 90
chore(v2): e2e tests #1571
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
chore(v2): e2e tests #1571
Conversation
e91c63a
to
a6370c8
Compare
💾 Artifacts Size Report
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## v2 #1571 +/- ##
=========================================
Coverage 89.79% 89.79%
Complexity 406 406
=========================================
Files 44 44
Lines 1274 1274
Branches 165 165
=========================================
Hits 1144 1144
Misses 88 88
Partials 42 42 ☔ View full report in Codecov by Sentry. |
e2e are still failing here... |
a6370c8
to
3bc8cd4
Compare
@@ -95,7 +95,7 @@ | |||
</aspectLibrary> | |||
<aspectLibrary> | |||
<groupId>software.amazon.lambda</groupId> | |||
<artifactId>powertools-idempotency-dynamodb</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The aspect is in core, not DDB
@@ -15,7 +15,7 @@ | |||
<dependencies> | |||
<dependency> | |||
<groupId>software.amazon.lambda</groupId> | |||
<artifactId>powertools-idempotency</artifactId> | |||
<artifactId>powertools-idempotency-dynamodb</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was breaking tests
@@ -43,7 +43,7 @@ | |||
<aspectLibraries> | |||
<aspectLibrary> | |||
<groupId>software.amazon.lambda</groupId> | |||
<artifactId>powertools-idempotency</artifactId> | |||
<artifactId>powertools-idempotency-core</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was breaking tests
@@ -27,7 +27,7 @@ | |||
import software.amazon.lambda.powertools.idempotency.Idempotency; | |||
import software.amazon.lambda.powertools.idempotency.IdempotencyConfig; | |||
import software.amazon.lambda.powertools.idempotency.Idempotent; | |||
import software.amazon.lambda.powertools.idempotency.persistence.DynamoDBPersistenceStore; | |||
import software.amazon.lambda.powertools.idempotency.persistence.dynamodb.DynamoDBPersistenceStore; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was breaking tests
@@ -15,7 +15,7 @@ | |||
<dependencies> | |||
<dependency> | |||
<groupId>software.amazon.lambda</groupId> | |||
<artifactId>powertools-idempotency</artifactId> | |||
<artifactId>powertools-idempotency-dynamodb</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was breaking tests
@@ -47,7 +47,7 @@ | |||
<aspectLibraries> | |||
<aspectLibrary> | |||
<groupId>software.amazon.lambda</groupId> | |||
<artifactId>powertools-idempotency</artifactId> | |||
<artifactId>powertools-idempotency-core</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The aspect is in core, not DDB
@jeromevdl it lives 💪 |
|
Issue #, if available:
#1562
Description of changes:
Checklist
Breaking change checklist
RFC issue #:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.