| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.284 s <<< FAILURE! - in com.example.bigquerystorage.JsonWriterStreamCdcIT [ERROR] com.example.bigquerystorage.JsonWriterStreamCdcIT.testJsonWriterStreamCdc Time elapsed: 1.277 s <<< ERROR! java.io.FileNotFoundException: src/test/resources/NewCustomers.json (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at com.example.bigquerystorage.JsonWriterStreamCdc.getRecordsFromDataFile(JsonWriterStreamCdc.java:164) at com.example.bigquerystorage.JsonWriterStreamCdc.main(JsonWriterStreamCdc.java:79) at com.example.bigquerystorage.JsonWriterStreamCdcIT.testJsonWriterStreamCdc(JsonWriterStreamCdcIT.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) ``` |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #2331 ☕️
If you write sample code, please follow the samples format.