-
Notifications
You must be signed in to change notification settings - Fork 61
Improve error recovery #494
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
Improve error recovery #494
Conversation
Will now also print found token in custom expected messages
|
DCD BUILD FAILED Build statistics: ------ libdparse statistics ------
statistics (-before, +after)
-library size=3544684 libdparse.a
+library size=3547644 libdparse.a
rough build time=23s
------ DCD statistics ------
statistics (-before, +after)
client size=1055832 bin/dcd-client
server size=3052720 bin/dcd-server
-rough build time=108s
+rough build time=109s
-DCD run_tests.sh Elapsed (wall clock) time (h:mm:ss or m:ss): 0:06.09
-DCD run_tests.sh Maximum resident set size (kbytes): 11360
+DCD run_tests.sh Elapsed (wall clock) time (h:mm:ss or m:ss): 0:06.13
+DCD run_tests.sh Maximum resident set size (kbytes): 14816
short requests: (217x)
- min request time = 0.016ms
- 10th percentile = 0.163ms
- median time = 0.566ms
- 90th percentile = 0.985ms
- max request time = 1.767ms
+ min request time = 0.010ms
+ 10th percentile = 0.168ms
+ median time = 0.578ms
+ 90th percentile = 0.957ms
+ max request time = 2.127ms
top 5 GC sources in server:Full build output |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #494 +/- ##
==========================================
+ Coverage 83.59% 84.07% +0.47%
==========================================
Files 11 11
Lines 8478 8500 +22
==========================================
+ Hits 7087 7146 +59
+ Misses 1391 1354 -37
Continue to review full report in Codecov by Sentry.
|
|
DCD build failure is due to issues.dlang.org/show_bug.cgi?id=23874 |
improves changes from #403