Commit Graph

374 Commits

Author SHA1 Message Date
akhil b163c864f7 remove comment 2014-11-26 13:50:21 -08:00
akhil f7b624fda8 restore version, it is expected in the pom even though it is specified on the command-line 2014-11-26 13:38:53 -08:00
akhil 3870fcfdd3 remove hard-coded version, to be specified on the deploy command-line 2014-11-26 13:16:42 -08:00
akhil 8d48fba68c add pom, used for publishing artifacts 2014-11-12 13:45:46 -08:00
akhil 5e8c377a9e add licenses to jar meta-inf 2014-11-12 12:46:41 -08:00
akhil a426573b6e move initialization into static block to fix leak found by batsatt 2014-10-28 16:09:16 -07:00
akhil ddd6ec7a23 use es6 features as they become available, falling back gracefully 2014-10-20 14:32:05 -07:00
akhil e243901ea6 revert finalization of this class to allow overriding by embedders 2014-10-17 10:40:55 -07:00
akhil c87fe62d35 fix findbugs warnings 2014-10-16 20:46:49 -07:00
akhil 7fccdecefc update version 2014-10-13 15:15:30 -07:00
akhil 01b9916cb2 upgrade to v0.10.32 2014-10-08 15:37:46 -07:00
akhil 243ee56b6e disable test for invalid domain 'x...y...' 2014-10-07 14:36:32 -07:00
akhil 52e6c8ac3e cleanup captureStackTrace and include Error name and message 2014-10-07 14:10:32 -07:00
akhil a1bd224dfa implement Error.prepareStackTrace and stackTraceLimit 2014-10-02 17:05:42 -07:00
Bryan Atsatt 8ca8567638 Add no-arg interrupt() overload. 2014-10-02 09:46:32 -07:00
Bryan Atsatt 450bd4835d Fix Server.close() so finalization script runs on event thread. 2014-10-01 14:09:39 -07:00
Bryan Atsatt 7bac6636e0 Improve thread mismatch assertion messages. Ensure process 'exit' event emitted on server.close() 2014-09-30 17:57:38 -07:00
akhil 0bafa573e8 also report uv, http_parser, java and vm versions 2014-09-23 16:53:09 -07:00
Bryan Atsatt 668e281d2e Interrupt event loop on close() if keepAlive is null. 2014-09-22 16:56:35 -07:00
akhil 09d3237b3b revert usage of lambda expression to avoid problems with some tools 2014-09-17 15:47:55 -07:00
akhil 24ad666d3d generate intermediary files in temp dir, fix generation of test_dsa_privkey 2014-09-17 13:42:45 -07:00
akhil 71b12f26db test-tls-server-verify has been disabled 2014-09-17 10:59:51 -07:00
akhil 05bf6785a5 disable some tests that don't work with avatar 2014-09-16 16:31:02 -07:00
akhil 862f6b939b regenerate test keys, add target to regenerate as needed 2014-09-16 13:07:02 -07:00
akhil 77cb1b1201 update README, expose exit code for embedders, add help & jar options 2014-09-11 12:19:42 -07:00
akhil bb6ab57068 increase repl timeout 2014-09-10 12:37:39 -07:00
akhil 7eb7d79a89 upgrade to v0.10.31 2014-09-09 16:30:13 -07:00
akhil b2a7f4e162 simplify regex to be able to pass down jvm args and system properties 2014-09-05 12:16:14 -07:00
akhil f37d461f26 license consistency, minimal netrics factory impl, cleanup
Reviewed-by: batsatt
2014-09-04 16:40:37 -07:00
akhil 3d851ad083 allow args to be passed down to the test runner, restore -Xcheck:jni 2014-09-02 11:26:16 -07:00
Irfan Ahmed 528d8173ba Avatar Metrics
- added a MetricsService to collect Avatar metrics if a MetricsFactory is available
 - added interfaces for MetricsFactory and Metrics events that the service providers can implement
 - added hook for invoking the metrics service and gathering metrics if they are available
2014-08-12 16:20:43 -07:00
Bryan Atsatt 8c6d1923d5 Rename Loader.loadSucceeded() to onLoad() and ensure it is called correctly. 2014-07-23 13:22:17 -07:00
akhil a2ea76323a enable scripting mode (primarily to allow shebangs in modules) 2014-07-14 10:28:33 -07:00
akhil ea64912da8 record duration of each loop iteration (tick) 2014-07-09 13:46:41 -07:00
akhil 3d1e8b7312 increase timeouts for jdk9 2014-07-01 16:26:44 -07:00
akhil 0319ae83c8 temporarily unset -Xcheck:jni due to JDK-8046668 2014-06-30 21:34:44 -07:00
akhil e20d57a8f0 increase timeouts for jdk9 2014-06-30 14:05:00 -07:00
akhil 50d30fb5fb increase timeout for jdk9 2014-06-27 16:46:59 -07:00
akhil 8474e6412d increase window for jdk9 2014-06-27 16:04:42 -07:00
akhil 1c78e86790 allow for slower jdk9 startup 2014-06-27 15:56:41 -07:00
akhil 773cc30e97 reimplement uptime for enhanced compatibility 2014-06-27 15:54:05 -07:00
akhil 92a61b212b increase timeout for jdk9 2014-06-27 12:32:35 -07:00
akhil df0cc06cd0 increase timeout for jdk9 2014-06-27 11:51:04 -07:00
akhil dc476156b1 add target to run simple, pummel and crypto tests in the java test runner 2014-06-25 16:38:35 -07:00
akhil 56f622d7de increase timeouts for jdk9 2014-06-25 12:05:15 -07:00
akhil bf53556001 solaris build 2014-06-16 18:05:41 -07:00
akhil fb5dc6d84f patch for test-tty-wrap on windows 2014-06-06 12:30:02 -07:00
akhil a201aeae85 windows tweaks 2014-06-06 11:37:22 -07:00
akhil bb8b83adc5 reuse exitVM permission to allow user scripts to terminate themselves 2014-06-05 12:19:02 -07:00
akhil 11dc5bdd11 secure process.exit and _tickCallback, adjust test permissions 2014-06-05 12:09:34 -07:00