Commit Graph
100 Commits
Author SHA1 Message Date
debugtalk 875f2fadd3 refactor: hashicorp tests 2022-01-15 00:32:09 +08:00
debugtalk a0de8106d7 change: update docs 2022-01-14 17:52:23 +08:00
debugtalk 5c647c2435 change: update sub module 2022-01-14 17:44:41 +08:00
debugtalk a2b1515210 Merge pull request #57 from httprunner/go-plugin
integrate hashicorp plugin
2022-01-14 17:40:51 +08:00
debugtalk 7af6b8419f change: init module github.com/httprunner/hrp/plugin 2022-01-14 17:35:17 +08:00
debugtalk b8d6192a34 refactor: plugin functions can be defined in any format 2022-01-14 17:25:07 +08:00
debugtalk 5a943ff721 feat: support creating and calling custom functions with hashicorp/go-plugin 2022-01-14 09:30:18 +08:00
debugtalk f3e2414502 merge main 2022-01-13 18:51:00 +08:00
debugtalk 3e8391054f bump version to v0.5.1 2022-01-13 18:41:13 +08:00
debugtalk bf1849a8c0 Merge pull request #54 from xucong053/main
fix: ensure last stats to be reported
2022-01-13 18:35:10 +08:00
debugtalk cc75b966ac Merge pull request #55 from xucong053/chore/add-error-log-and-summary-of-response-time-to-prometheus
feat: add error log and summary of PCT95 response time to prometheus
2022-01-13 18:30:04 +08:00
debugtalk c31d76b557 change: cache loaded functions to improve performance 2022-01-13 15:07:10 +08:00
debugtalk 1c7f2f9834 refactor: go plugin 2022-01-13 14:44:16 +08:00
debugtalk a25c51548c Merge pull request #49 from xucong053/chore/specify-running-cycles-for-load-testing
feat: specify running cycles for load testing
2022-01-12 14:58:08 +08:00
debugtalk b58dbaa9db fix: use GA_TRACKING_ID 2022-01-08 23:14:43 +08:00
debugtalk 3667440030 Merge pull request #52 from httprunner/scaffold
- feat: create scaffold project
- fix: report GA event with value to indicate failure
2022-01-08 22:58:21 +08:00
debugtalk 2445df8d6c change: unittest action 2022-01-08 22:57:32 +08:00
debugtalk cc21e7d2c0 change: scaffold action 2022-01-08 22:55:08 +08:00
debugtalk df8a6590fa change: scaffold action 2022-01-08 22:53:32 +08:00
debugtalk b83aec93c7 change: scaffold action 2022-01-08 22:41:33 +08:00
debugtalk 2887e27835 change: trigger github action for scaffold 2022-01-08 22:31:02 +08:00
debugtalk 853a456b12 change: udpate docs 2022-01-08 22:25:52 +08:00
debugtalk c6549f4012 feat: create scaffold project 2022-01-08 22:12:21 +08:00
debugtalk 2ec2b86c05 refactor: commands 2022-01-08 15:10:37 +08:00
debugtalk 2598691c69 fix: report GA event with value to indicate failure 2022-01-08 12:35:54 +08:00
debugtalk e596bddda7 feat: init scaffold 2022-01-08 11:42:39 +08:00
debugtalk 9a31001029 docs: udpate README 2022-01-07 18:28:46 +08:00
debugtalk b102a6d0ed Merge pull request #50 from httprunner/go-plugin
v0.5.0

- feat: install hrp with one shell command
- feat: report GA event for loading go plugin
2022-01-07 18:16:32 +08:00
debugtalk 8a7a2d3cbb docs: update changelog 2022-01-07 18:14:46 +08:00
debugtalk 55688e3b6f feat: install hrp with one shell command 2022-01-07 17:59:42 +08:00
debugtalk 3e94e1490a revert tmp 2022-01-07 15:49:21 +08:00
debugtalk 765c45cb14 tmp: test release 2022-01-07 15:46:09 +08:00
debugtalk 005a5e5fb8 change: RunE => Run 2022-01-07 15:38:34 +08:00
debugtalk a9f17fb7b6 fix: load GA_TRACKING_ID from github env for release 2022-01-07 10:43:28 +08:00
debugtalk 4befd07f25 fix: load GA_TRACKING_ID from github env 2022-01-07 10:38:18 +08:00
debugtalk 1e2d358e59 change: update docs 2022-01-07 10:12:35 +08:00
debugtalk 94b049a46b change: get GA Tracking ID from env 2022-01-07 10:05:46 +08:00
debugtalk 86d0604818 change: add GA event for loading go plugin 2022-01-07 09:49:55 +08:00
debugtalk f7a5cc877b change: remove extra log 2022-01-06 20:54:07 +08:00
debugtalk 7e09e17a8f Merge pull request #46 from httprunner/go-plugin
feat: support creating and calling custom functions with go plugin
2022-01-06 20:50:04 +08:00
debugtalk 7148328208 fix: avoid data racing 2022-01-06 19:45:37 +08:00
debugtalk c7ed6db537 fix: unittest 2022-01-06 18:22:25 +08:00
debugtalk 014e53cef4 refactor: call function 2022-01-06 18:03:56 +08:00
debugtalk cfad6cee59 refactor: group parser functions 2022-01-06 17:32:00 +08:00
debugtalk 75ff0962c9 bump version to v0.5.0 2022-01-06 14:07:13 +08:00
debugtalk 0160e3a342 merge main 2022-01-06 11:20:32 +08:00
debugtalk d984bac431 change: update docs 2022-01-06 10:51:22 +08:00
debugtalk 98a1db8daa fix: change variable name 2022-01-05 21:39:09 +08:00
debugtalk aa47b83ae2 pull main 2022-01-05 20:53:50 +08:00
debugtalk 0ca0b9dad3 Merge pull request #45 from xucong053/chore/support-rich-interface-request-result-verification-mechanism
feat: add length_less_than, length_less_or_equals, length_greater_than, length_greater_or_equals
2022-01-05 18:34:26 +08:00
debugtalk 5e98e97e9f Merge pull request #44 from xucong053/main
feat: running with data-driven tests.
2022-01-05 16:57:38 +08:00
debugtalk 51df014c4a change: update models 2021-12-30 18:02:15 +08:00
debugtalk 271c533b4b Merge pull request #43 from httprunner/refactor-case-runner
v0.3.1

- feat: set ulimit to 10240 before load testing
- fix: concurrent map writes in load testing
2021-12-30 16:43:11 +08:00
debugtalk 025e84ff81 fix: skip set ulimit on windows 2021-12-30 16:40:04 +08:00
debugtalk 2c69966c2f change: add debug log 2021-12-30 16:30:58 +08:00
debugtalk 3f709b4d71 change: skip setting ulimit for windows 2021-12-30 16:22:08 +08:00
debugtalk 52d43861f3 feat: set ulimit to 10240 before load testing 2021-12-30 15:48:17 +08:00
debugtalk dbcb7f731a change: remove duplicate error logging 2021-12-30 13:37:02 +08:00
debugtalk 345f8c0038 fix: concurrent map writes in load testing 2021-12-30 13:15:04 +08:00
debugtalk 3b49d7a5fc revert license 2021-12-30 11:52:53 +08:00
debugtalk ae53e60a50 fix: unittest 2021-12-29 21:29:16 +08:00
debugtalk f2b732a78c change: skip go plugin test for windows 2021-12-28 22:46:01 +08:00
debugtalk 2da666a4e6 feat: support creating and calling custom functions with go plugin 2021-12-28 22:01:02 +08:00
debugtalk 49829a6fc7 refactor: run testcase with case runner 2021-12-28 18:12:27 +08:00
debugtalk 6f3b492839 change: add website url 2021-12-28 15:22:54 +08:00
debugtalk 48ed99e153 Merge pull request #40 from httprunner/revert-39-licence
Revert "Update License"
2021-12-28 14:19:35 +08:00
debugtalk 9608e6a16b refactor: move har2case to internal 2021-12-27 17:16:15 +08:00
debugtalk 398ef87894 bump version to v0.4.0 2021-12-27 17:13:53 +08:00
debugtalk 8e8ad97ba0 Merge branch 'main' of https://github.com/httprunner/hrp into dev 2021-12-27 16:14:56 +08:00
debugtalk 8666d665ed Merge pull request #39 from httprunner/licence
Update License

switch license from Apache-2.0 to AGPL-3.0
2021-12-27 16:14:05 +08:00
debugtalk 3e466dc397 Update License
switch license from Apache-2.0 to AGPL-3.0
2021-12-27 16:13:16 +08:00
debugtalk 2068497d53 feat: add banner in command 2021-12-27 14:52:39 +08:00
debugtalk 4be765a150 change: update models 2021-12-24 18:44:54 +08:00
debugtalk 62ccd67cf5 docs: update changelog 2021-12-24 18:44:27 +08:00
debugtalk d1726c2496 Merge pull request #37 from httprunner/fix-race
- feat: spawn workers with rate limit
- feat: add boomer state
- fix: data race
- fix: getCurrentRps
- refactor: simplify boomer runner
2021-12-24 17:38:22 +08:00
debugtalk 38a6fecf5c feat: convert state to string 2021-12-24 17:29:45 +08:00
debugtalk 33b1c0d390 feat: spawn workers with rate limit 2021-12-24 17:24:30 +08:00
debugtalk b42246f664 fix: data race 2021-12-24 17:11:58 +08:00
debugtalk ab12a93bbc fix: getCurrentRps 2021-12-24 11:59:13 +08:00
debugtalk f2afb8f9de refactor: simplify boomer runner 2021-12-24 10:05:27 +08:00
debugtalk bc8e70a742 change: unittest with race 2021-12-23 22:33:38 +08:00
debugtalk 4ad57585cd feat: add boomer state 2021-12-23 22:31:30 +08:00
debugtalk 0c0c154a28 refactor: simplify boomer runner 2021-12-23 22:01:35 +08:00
debugtalk 970734607e fix: race error 2021-12-23 18:53:00 +08:00
debugtalk 81b4f6451e docs: update demo log 2021-12-23 17:25:03 +08:00
debugtalk 39f6062bf4 Merge pull request #36 from httprunner/feat-transaction
v0.3.0

- feat: implement `transaction` mechanism for load test
- feat: support `--continue-on-failure` flag to continue running next step when failure occurs, default to failfast
- refactor: fork boomer as sub module
- feat: report GA events with version
- feat: run load test with the given limit and burst as rate limiter
- change: update API models
2021-12-23 17:19:02 +08:00
debugtalk b308a77f43 change: remove race detector 2021-12-23 17:13:05 +08:00
debugtalk f7ff644a92 change: add warn logs 2021-12-23 11:10:13 +08:00
debugtalk dd1b7b9d4e fix: unittest 2021-12-23 09:42:15 +08:00
debugtalk ddfa9168ad change: update docs 2021-12-23 09:33:19 +08:00
debugtalk 3574135cf7 change: add StartTransaction/EndTransaction method 2021-12-23 09:32:53 +08:00
debugtalk c7d6426f51 change: remove namespace 2021-12-22 21:04:20 +08:00
debugtalk 8e58e25e2b change: update logs 2021-12-22 20:45:53 +08:00
debugtalk fe9c4617fc feat: report GA events with version 2021-12-22 20:13:40 +08:00
debugtalk e428a7b6b5 feat: group metrics with instance uuid 2021-12-22 19:46:06 +08:00
debugtalk 2c0772ce30 refactor: logger 2021-12-22 19:36:53 +08:00
debugtalk a845b58ff5 refactor: fork boomer as sub module 2021-12-22 17:21:52 +08:00
debugtalk f11310a8bd fix: report transaction result 2021-12-21 20:38:36 +08:00
debugtalk e7ecd148d0 change: update docs 2021-12-20 20:22:19 +08:00
debugtalk 1958883a24 feat: report testcase as a whole Action transaction, inspired by LoadRunner 2021-12-20 18:38:36 +08:00