-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[test/plugin] Immigrate tests okhttp scenario #3905
Conversation
Your PR miss the apache 2.0 header. Please fix |
Hi, We suggest and recommend to use maven archetype-plugin to generate a plugin test-case project. You can learn more information from how-to-use-the-archetype-to-create-a-test-case-project |
ok |
i just copied. Is there any problem? If I must generated pro? |
You still have HEADER issue, you should run the rat check locally. |
Ref #3583 |
@dmsolr @arugal Test passed. Please review. |
1 similar comment
@dmsolr @arugal Test passed. Please review. |
@dmsolr . @arugal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update the document
test/plugin/scenarios/okhttp-scenario/src/main/resources/log4j2.xml
Outdated
Show resolved
Hide resolved
...scenario/src/main/java/test/apache/skywalking/testcase/okhttp/controller/CaseController.java
Outdated
Show resolved
Hide resolved
Good for me. But you also need to update the-elapsed-time-list-of-plugins. |
@wayilau Please follow the review, update the document. |
@wayilau As you are from CMSS Chinamobile, are you going to take part in tomorrow's Tencent TVP Suzhou event? |
/run agent-plugin-test-4 |
@@ -637,6 +637,7 @@ spring-tx 4.x+ | 10 | 555.00 | |||
spring 4.3.x-5.2.x | 54 | 1769.32 | |||
dubbo 2.5.x-2.6.x | 10 | 367.23 | |||
dubbo 2.7.x | 4 | 214.99 | |||
okhttp 3.0.x-3.14.x | 34 | 1030 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You miss the total time update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, i will modify.
instances: | ||
- {okhttp-scenario: 1} | ||
operationNames: | ||
- okhttp-scenario: [/case/healthCheck, /case/okhttp-case, /case/receiveContext-0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, seems to lack /case/receiveContext-1
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will check this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I have added it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please answer these questions before submitting pull request
Immigrate tests okhttp scenario.