fix: publishing runtime error as a WriteErrorEvent#292
fix: publishing runtime error as a WriteErrorEvent#292bednar merged 2 commits intoinfluxdata:masterfrom jsimomaa:master
Conversation
Codecov Report
@@ Coverage Diff @@
## master #292 +/- ##
=========================================
Coverage 88.92% 88.92%
Complexity 473 473
=========================================
Files 149 149
Lines 5988 5988
Branches 290 290
=========================================
Hits 5325 5325
Misses 580 580
Partials 83 83
Continue to review full report at Codecov.
|
bednar
left a comment
There was a problem hiding this comment.
Thanks again for your PR 👍. There are a few requirements that must be be satisfy before we accept the PR:
- Please rebase your sources with master to fix conflicts in
CHANGELOG.md. - Please update license header in
PublishRuntimeErrorAsWriteErrorEvent.javaby:mvn license:format
Regards.
bednar
left a comment
There was a problem hiding this comment.
We're almost done. There's one last code style requirement:
| * https://github.com/influxdata/influxdb-client-java/issues/291 | ||
| */ | ||
| @RunWith(JUnitPlatform.class) | ||
| public class PublishRuntimeErrorAsWriteErrorEvent extends AbstractInfluxDBClientTest { |
There was a problem hiding this comment.
Please rename class and file to PublishRuntimeErrorAsWriteErrorEventTest.
| public class PublishRuntimeErrorAsWriteErrorEvent extends AbstractInfluxDBClientTest { | |
| public class PublishRuntimeErrorAsWriteErrorEventTest extends AbstractInfluxDBClientTest { |
There was a problem hiding this comment.
Thank you, I pushed this change
There was a problem hiding this comment.
I noticed I forgot to save the refactor after the file rename and you had to rename the class yourself, thank you!

Closes #291
Proposed Changes
Publishing runtime error as a WriteErrorEvent
Checklist
mvn testcompletes successfully