-
Notifications
You must be signed in to change notification settings - Fork 104
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
Added service bus batch tests #1414
base: dev
Are you sure you want to change the base?
Conversation
@@ -45,6 +45,21 @@ def get_script_dir(cls): | |||
return testutils.E2E_TESTS_FOLDER / 'servicebus_functions' / \ | |||
'servicebus_functions_stein' | |||
|
|||
@testutils.retryable_test(3, 5) | |||
def test_servicebus_batch(self): | |||
data = '{"value": "2024-01-19T12:50:41.250940Z"}' |
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 will fail because of a bug where timestamp 2024-01-19T12:50:41.250940Z is parsed as 2024-01-19T12:50:41.25094Z
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1414 +/- ##
==========================================
- Coverage 85.87% 85.46% -0.41%
==========================================
Files 35 35
Lines 1968 1968
Branches 370 370
==========================================
- Hits 1690 1682 -8
- Misses 209 213 +4
- Partials 69 73 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
4556193
to
b7fbdca
Compare
Description
Fixes #
PR information
Quality of Code and Contribution Guidelines