kezhenxu94
eea5d027cc
Add Armeria Java agent plugin ( #4024 )
2019-12-11 15:57:45 +08:00
zhang-wei
e139e16366
[test/plugin] immigrate jdk http scenario ( #4035 )
...
* jdk-http
* jdk-http-scenario
* action
2019-12-10 13:22:31 +08:00
aderm
0b4afc17b8
update es7.x plugin test support version. ( #4011 )
...
* update es7.x plugin test support version.
* update Supported-list.md and action config.
2019-12-06 10:53:34 +08:00
aderm
17da2e2eec
[test/plugin] immigrate test oracle scenario. ( #4006 )
...
* [test/plugin] immigrate test oracle scenario.
* repair ojdbc14.jar download url.
* 1.update ojdbc14.jar site;2.Adjust task position.
* fix curl download problem by add -L.
* Merge run steps.
2019-12-05 22:47:14 +08:00
lipenghui
821c50d0e4
[test/plugin]immigrate pulsar scenario ( #3997 )
...
* Apache Pulsar Immigration.
* Add apache license header and move pulsar scenario to Feign_Canal
2019-12-04 12:08:25 +08:00
Alan Lau
52de0c6dfa
Immigrate test gson scenario. ( #3989 )
...
* Immigrate test gson scenario.
* Fix actions yaml & move gson test to other groups.
* Fix wrong format.
* Rename the group name.
* Add 2.8.6 version. && remove healthCheck.
2019-12-02 15:28:16 +08:00
zhang-wei
3cb622daed
fix express parse for null ( #3988 )
2019-12-01 18:37:23 +08:00
Alan Lau
c0c898cf6c
Immigrate test mysql scenario. ( #3948 )
...
* Add mysql scenario
2019-11-30 21:22:50 +08:00
Alan Lau
128d8054bc
Fix #3932 . ( #3933 )
2019-11-26 12:19:27 +08:00
Alan Lau
8ad3bab42e
[test/plugin] Immigrate tests okhttp scenario ( #3905 )
...
* Immigrate tests okhttp scenario
* Fix Header.
* Fix license Header.
* Modify code follow the reivew suggestions.
* Fix expected.xml
* Restore the missed config
* Update okhttp elapsed time.
* Update total time for Group1.
* Fix the missed operationNames.
2019-11-25 11:37:52 +08:00
zhang-wei
6d3b0e2aeb
[test/plugin] Print systeminfo on failure ( #3874 )
...
* Print systeminfo on failure
* fix project name
* docker-compose add network
* docker-compose add network
* revert interval
2019-11-19 19:02:02 +08:00
aderm
a2dce716db
[test/plugin] immigrate test hystrix scenario. ( #3887 )
...
* [test/plugin] immigrate test hystrix scenario.
* change package name.
* add start script.
2019-11-19 16:27:31 +08:00
于玉桔
6ffd92792d
Support spring-tx in optional plugin ( #3857 )
...
* plugin code
* NPE FIX
2019-11-19 10:05:01 +08:00
zhang-wei
89923d6a93
[test/plugin] immigrate grpc scenario ( #3840 )
...
* grpc scenario
* update support-version.list
2019-11-17 17:29:42 +08:00
qiyang
58149a74f9
Intercept feign URL without parameters ( #3854 )
...
* Intercept feign RequestTemplate resolve args method ,get the url without parameters
* fix ci warnings
* optimize import
* fix: miss path in feign target url like "http://localhost:8080/feign-scenario "
fix feign-scenario test use pathVariable
* Add testcase to DefaultHttpClientInterceptorTest
* Clean ThreadLocal
* User one ThreadLocal replace two. User try/final remove ThreadLocal .
* Code Optimize
2019-11-17 12:59:10 +08:00
aderm
33d2962593
[test/plugin] add elasticsearch 7.x plugin test scenario. ( #3868 )
...
* [test/plugin] add elasticsearch 7.x plugin test scenario.
* refresh index, make can search.
* remove unused package.
* update supported framework document.
* fix service name repeat.
2019-11-17 11:23:11 +08:00
zhang-wei
554df44a0d
fix docker build bug ( #3869 )
2019-11-16 20:28:17 +08:00
zhang-wei
e8f67897d8
Make kafka-scenario stable ( #3866 )
2019-11-15 21:04:03 +08:00
viswaramamoorthy
d0a1cdd506
Rabbitmq plugin test migration ( #3788 )
...
* Rabbitmq plugin e2e test migration
* 3753-code review fixes
* 3753-test-case-improvements
* Update pom.xml
Remove the repo addresses.
* Update Plugin-test.md
2019-11-15 16:02:51 +08:00
aderm
5f8ee254a4
[test/plugin] immigrate test feign scenario. ( #3838 )
...
* immigrate test feign scenario.
* add license.
* update use test skeleton.
* delete repeat spring-boot starter dependence.
* add support-list version.
2019-11-15 00:11:43 +08:00
Daming
41bb3b5c0a
[hotfix] Make socketio-plugin test case stable ( #3861 )
...
* make socketio-plugin testcase stable
2019-11-14 22:28:25 +08:00
aderm
e11d20715d
Add elasticsearch 6.x plugin & elasticsearch 6.x test scenario ( #3803 )
...
* Add elasticsearch 6.x plugin & elasticsearch 6.x test scenario
2019-11-13 13:55:28 +08:00
zhang-wei
48bcac2307
[test/plugin] immigrate jedis scenario ( #3811 )
...
* jedis scenario
* update doc
2019-11-09 15:34:13 +08:00
zhang-wei
cbe03da066
[test/plugin] fix archetypes ( #3808 )
...
* fix archetypes
* fix log4j
2019-11-09 13:51:39 +08:00
Daming
23bc69cd48
Provide archetypes for plugin testcase ( #3802 )
...
* provide archetypes for testcase
2019-11-08 14:48:40 +08:00
zhang-wei
62060749f7
[test/plugin] merge undertow scenario ( #3797 )
...
* merge undertow scenario
* update elapsed time
2019-11-07 15:29:52 +08:00
sxzaihua
4c688701dc
add SupplierWrapper to support java 1.8+ CompletableFuture.supplyAsync #3779 ( #3783 )
...
* add SupplierWrapper to support java 1.8+
Signed-off-by: shixiang <xiang.shi001@bkjk.com>
* add SupplierWrapper to support java 1.8+
Signed-off-by: shixiang <xiang.shi001@bkjk.com>
* Update SupplierWrapper.java
add new line
* add supplier
* add supplier test
* add test
* add test yaml
* Update Application-toolkit-trace-cross-thread.md
Add how to use SupplierWrapper in Java 1.8+
2019-11-06 19:32:16 +08:00
Daming
33df7c9b85
[test/plugin] Don't copy all optional plugins by default ( #3781 )
...
* Not support copy all optional plugins
* fix
* Update test/plugin/run.sh
to correct the mistakes of grammar
Co-Authored-By: kezhenxu94 <kezhenxu94@163.com>
2019-11-05 10:01:39 +08:00
于玉桔
cdb02d5696
redisson plugin support high version ( #3780 )
...
* redisson support high lv version
* bugfix
* add comment
2019-11-04 22:45:07 +08:00
于玉桔
c002a6b3bf
[test/plugin] immigrate test redisson scenario. ( #3775 )
...
* add redisson testcase
2019-11-04 17:51:23 +08:00
Daming
cae0df24ce
[hotfix] Remove argument BUILID_ID from run.sh ( #3774 )
2019-11-04 14:34:58 +08:00
zhangwei
e39ff8e452
customize-scenario ( #3773 )
2019-11-03 23:19:13 +08:00
于玉桔
9bed3c7c42
[test/plugin] immigrate test webflux scenario. ( #3756 )
...
* add webflux testcase
2019-10-31 16:37:09 +05:30
aderm
6da231d8c7
[test/plugin] immigrate test httpasyncclient scenario. ( #3751 )
...
* [test/plugin] immigrate httpasyncclient scenario
2019-10-31 14:19:05 +05:30
zhangwei
5bb35e3f7d
validator enhancement ( #3750 )
2019-10-31 10:08:23 +05:30
zhangwei
bcaa8be0aa
toolkit-scenario ( #3739 )
2019-10-30 09:06:16 +05:30
mrproliu
7ebb3107bf
fix deficient code, "/socket.io/" http segment declare ( #3717 )
...
* fix deficient code, "/socket.io/" http segment declare
* add agent test and fix expectedData.yaml file
* add listener on tomcat start, work for reduce socket io server start time
change "/socket.io/" operation "http.method", cause get or post will invoke both
* resolve style check error
* change socket io server and client start to health check servlet
* if startClientAndWaitConnect invoke on multi-thread, it will only check client ref, no check connect state, fix it.
2019-10-29 18:28:41 +08:00
aderm
b3da85b526
1.update pg image to 10.5-alpine;2.update test support list. ( #3727 )
2019-10-28 20:23:19 +08:00
aderm
7f69a73d13
Add postgresql agent sql query param show ( #3695 )
...
* Add postgresql agent sql query param show
2019-10-28 08:43:57 +08:00
zhangwei
2e2616d0ef
[test/plugin] spring async scenario optimize ( #3723 )
...
* optimize
* fix license header
2019-10-27 21:15:43 +08:00
zhangwei
f471293cdc
[test/plugin] immigrate undertow scenario ( #3698 )
2019-10-27 18:33:38 +08:00
Daming
c81e8a04b5
[test/plugin] to check agent register status ( #3716 )
...
* check agent register status
* update
* remove healtch-check segment
* update
* fix some expectedData.yml
* remove netty-socketio-scenario from Jenkinsfile
* fix
2019-10-26 02:58:08 +08:00
scolia
80af166752
feat: add support of mongodb v3.7.x or higher ( #3591 )
...
* feat: add support of mongodb v3.7.x or higher
* feat: remove mapping, using EnhancedInstance to mark remotePeer
* feat: add support of v3.6.x
* fix: disable support will 3.6.x, which will throw ClassCircularityError exception
* style: clean code
* fix support of 3.8.x~3.11.1, update test case and doc
* update stage name
* rename class
* rename stage
2019-10-24 19:16:56 +03:00
mrproliu
c640b512cd
Provide agent plugin netty-socketio ( #3640 )
...
* add plugin netty-socketio https://github.com/mrniko/netty-socketio
* delete create exit span interceptor.
* delete create exit span interceptor testcase.
* delete create exit span interceptor testcase.
* add constructor test unit
* change bind on random port in test case
* reverse upstream master whitespace
* resolve build_id param
* delete health check segment test case
* add ContextManager.isActive check before use activeSpan invoke
* remove unnecessary code and blank line
2019-10-23 13:06:17 +03:00
scolia
b56248b0af
feat: add test case for mongodb-3.x-plugin ( #3667 )
...
* feat: add test case for mongodb-3.x-plugin
* fix: agent-test script error
* feat: change non-compliant code
* fix: remove not proper config
* docs: update docs
* Merge branch 'master' of https://github.com/apache/skywalking into mongodb-testcase
# Conflicts:
# Jenkinsfile-Agent-Test-3
2019-10-22 22:19:40 +03:00
aderm
7273e63020
[test/plugin] immigrate elasticsearch-5.x scenario ( #3686 )
2019-10-22 21:09:05 +03:00
xiaoy00
26b1d4156a
Supporting RequestRateLimiterGatewayFilterFactory ( #3538 )
2019-10-22 14:33:26 +03:00
Daming
9996fbb5e0
[test/plugin] docker prune at cleanup ( #3679 )
...
* docker prune at cleanup
* update
* no prune volumes
* prune volumes
2019-10-22 13:24:36 +03:00
zhangwei
b81726792f
[test/plugin] immigrate sofarpc scenario ( #3674 )
...
* sofarpc
* sofarpc scenario
* sofarpc scenario
* fix stage
2019-10-22 07:55:06 +03:00
Daming
6657e6ec17
[test/plugin] fast-fail and reliablity ( #3666 )
...
* fast-fail and reliablity
* add workload no. as a part of the build_id tag
* print system info
2019-10-21 22:21:05 +03:00