kezhenxu94
62266673ff
Add plugin for Spring 6, set development baseline to JDK 17, remove Powermock entirely ( #444 )
2023-01-31 19:29:32 +08:00
Marcin Grzejszczak
4f9c2d8527
Adds Micrometer Observation instrumentation ( #401 )
2022-12-06 18:51:12 +08:00
Jiajing LU
1ef7cb4117
Support plugin tests on arm64/v8(aarm) platforms ( #379 )
2022-11-08 22:02:16 +08:00
Daming
18e5386b72
test: support to the custom base image by configuration ( #122 )
2022-03-07 20:50:57 +08:00
Daming
d7f1588a8c
support jdk17 in agent plugin testing, add test case plugin on jdk17 ( #55 )
2021-11-07 08:27:37 +08:00
kezhenxu94
9a4ed7549c
Should not determine the `sed` command syntax via OS only ( #38 )
2021-09-26 07:42:20 +08:00
wallezhang
d14148d42e
fix: Fix macos test script command not found error. #6846 ( #6964 )
...
Co-authored-by: Zhenxu Ke <kezhenxu94@apache.org>
2021-05-19 13:13:29 +08:00
honganan
9ba6deb22f
correct the spelling error of test/plugin/run.sh ( #6939 )
2021-05-14 15:44:02 +08:00
Zhenxu Ke
db9cc26977
Remove binary files and download them in CI process instead ( #6631 )
2021-03-28 18:37:33 +08:00
Zhenxu Ke
98d0430b91
chore: set up license-eye to check license header ( #6200 )
2021-01-14 22:08:37 +08:00
vcjmhg
c010481cf6
Checkstyle plugin checks test codes ( #6003 )
2020-12-29 17:58:34 +08:00
Daming
8bf38cc29c
using openjdk:14-buster as base image of PluginTest ( #5404 )
2020-08-28 09:07:03 +08:00
Daming
6c1659c56a
[plugin/test] Plugin test with jdk14 ( #5352 )
...
* plugin test with jdk14
* introduce jdk14 container
* remove docker:build
* remove BUILD_NO and introduct image_version
* Update docs/en/guides/Plugin-test.md
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2020-08-24 20:17:22 +08:00
Daming
44f1b4a4ff
[test/plugin] Enhance PluginTest ( #4677 )
...
1. Re-balance the workload of plugintests
2. Restore testcases of MySQL, remove on #4641
3. Support user to runs plugin-test on debug mode. It will not remove the log files and actualData.yaml
4. remove paramater 'parallel_run_size' and disable parallel test.
2020-04-22 20:43:17 +08:00
Daming
28530cd79d
Upgrade the InfluxDB storage-plugin to protocol V3 ( #4641 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-04-19 20:10:59 +08:00
kezhenxu94
c11ad038cc
Count the coverage in E2E tests and Plugin tests ( #4651 )
2020-04-15 23:09:05 +08:00
kezhenxu94
408a777d9d
Make traces verification loosely ( #4306 )
...
### Motivation:
Make E2E tests more stable.
### Modifications:
Verify the traces loosely as other tests, and remove the `verify` method which verifies traces strictly, as we have preparation that also generates traces.
### Result:
E2E tests are more stable.
2020-02-02 14:11:47 +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
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
zhang-wei
62060749f7
[test/plugin] merge undertow scenario ( #3797 )
...
* merge undertow scenario
* update elapsed time
2019-11-07 15:29:52 +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
Daming
cae0df24ce
[hotfix] Remove argument BUILID_ID from run.sh ( #3774 )
2019-11-04 14:34:58 +08: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
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
于玉桔
4fdf9d08a0
gateway testcast update ( #3652 )
...
* gateway testcast update
* bugfix
* remove -u
2019-10-18 18:45:43 +03:00
Daming
6a7867ef5f
[test/plugin] support test cases work with specifying the optional plugins ( #3649 )
...
* support test cases work with specifying the optional plugins
2019-10-18 11:57:34 +03:00
aderm
353c1ba2c6
Fix plugin test run.sh script parameter error ( #3621 )
...
* Modify plugin test run.sh script parameter error
* shell fun error, delete ()
* delete space line
2019-10-16 10:32:37 +03:00
zhangwei
c2e261e482
[test/plugin] immigrate spring scenario ( #3620 )
...
* immigrate spring async scenario
* fix rat
* Fix async not in effect
* immigrate spring scenario
* immigrate spring scenario
* fix
* immigrate spring scenario
* rollback
* fix log4j2.xml
2019-10-16 08:53:20 +03:00
Daming
2af4ea8cdb
support plugin testcases run with optional/bootstap plugins ( #3617 )
2019-10-14 15:01:48 +03:00
Daming
72153230a1
[test/plugin]support plugin testcases run in docker-compose ( #3612 )
...
* support docker-compose
* sync
* support docker-compose
* force rm container
* solrj-7.x-scenario
* fix license header
* fix actualData.yml
* verify Jenkins run on distribution
* test Jenkinsfile v2
* test Jenkinsfile v3, God bless
* test V4, God Bless
* test v5
* rollback
* update opertaion of post
2019-10-14 10:47:02 +03:00
Daming
530804d0fd
[test/plugin] support jvm-container ( #3584 )
...
* provides a jvm-container
2019-10-12 09:14:12 +08:00
Daming
9b2672aa59
[test/plugin] rename the package of testcases ( #3587 )
...
* remove profiles and rename the package
* remove profiles
2019-10-10 14:23:36 +08:00
Daming
002a161f96
improves script ( #3579 )
2019-10-09 14:54:06 +08:00
Daming
0114391dd2
test/plugin autotest ( #3528 )
...
Provide the codebase of plugin tests. Make the plugin test in the CI loop.
2019-10-08 21:51:20 +08:00