Commit Graph

268 Commits

Author SHA1 Message Date
bbx-winner
5f819cc9e0 Merge branch 'main' into byx/dev 2021-12-30 21:23:24 +08:00
buyuxiang
d3b5a0dba8 chore: add BUILTIN.md, append CHANGELOG.md
Change-Id: I12e0c6ba3621d383fa46a811abbdcd55dbf80a17
2021-12-30 19:50:55 +08:00
buyuxiang
23c09a1e11 complete the comment of builtin.Contains
Change-Id: I949e2ccda53960dd12f64bda3c9c69513f59d4ed
2021-12-30 18:27:58 +08:00
debugtalk
e98b1c848a 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
hrp-v0.3.1
2021-12-30 16:43:11 +08:00
debugtalk
17657d73a4 fix: skip set ulimit on windows 2021-12-30 16:40:04 +08:00
debugtalk
330d105d6c change: add debug log 2021-12-30 16:30:58 +08:00
debugtalk
3c54bf230b change: skip setting ulimit for windows 2021-12-30 16:22:08 +08:00
debugtalk
ce25a14fa8 feat: set ulimit to 10240 before load testing 2021-12-30 15:48:17 +08:00
buyuxiang
b22a5d2af0 fix: contains assertion bug; feat: add type_match, contained_by, string_equals assertion methods
Change-Id: Icb15fe33a58d1ff69991435bbe70c3cd53bb8dea
2021-12-30 14:47:10 +08:00
debugtalk
61760a450f change: remove duplicate error logging 2021-12-30 13:37:02 +08:00
debugtalk
be6b175f0c fix: concurrent map writes in load testing 2021-12-30 13:15:04 +08:00
debugtalk
53f4f3c280 revert license 2021-12-30 11:52:53 +08:00
debugtalk
6c1caf2f11 refactor: run testcase with case runner 2021-12-28 18:12:27 +08:00
debugtalk
12e3bda54b change: add website url 2021-12-28 15:22:54 +08:00
debugtalk
c1e239d671 Merge pull request #40 from httprunner/revert-39-licence
Revert "Update License"
2021-12-28 14:19:35 +08:00
debugtalk
347433bbf0 Revert "Update License" 2021-12-28 14:19:07 +08:00
debugtalk
4fcab5cad5 refactor: move har2case to internal 2021-12-27 17:16:15 +08:00
debugtalk
e6fadb6f26 bump version to v0.4.0 2021-12-27 17:13:53 +08:00
debugtalk
8b8c8d2d0f Merge branch 'main' of https://github.com/httprunner/hrp into dev 2021-12-27 16:14:56 +08:00
debugtalk
10fbc7f5c4 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
46d5af901e Update License
switch license from Apache-2.0 to AGPL-3.0
2021-12-27 16:13:16 +08:00
debugtalk
b65affaefd feat: add banner in command 2021-12-27 14:52:39 +08:00
debugtalk
54f9364765 change: update models 2021-12-24 18:44:54 +08:00
debugtalk
5fc748e7fc docs: update changelog 2021-12-24 18:44:27 +08:00
debugtalk
978b3214a9 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
hrp-v0.3.0
2021-12-24 17:38:22 +08:00
debugtalk
6ab9cfca16 feat: convert state to string 2021-12-24 17:29:45 +08:00
debugtalk
6f9914cdec feat: spawn workers with rate limit 2021-12-24 17:24:30 +08:00
debugtalk
a1ea92cfc5 fix: data race 2021-12-24 17:11:58 +08:00
debugtalk
5353777019 fix: getCurrentRps 2021-12-24 11:59:13 +08:00
debugtalk
ac1fd28d96 refactor: simplify boomer runner 2021-12-24 10:05:27 +08:00
debugtalk
dc2933550c change: unittest with race 2021-12-23 22:33:38 +08:00
debugtalk
de2ef7b4c6 feat: add boomer state 2021-12-23 22:31:30 +08:00
debugtalk
946123e070 refactor: simplify boomer runner 2021-12-23 22:01:35 +08:00
debugtalk
e9513b508d fix: race error 2021-12-23 18:53:00 +08:00
debugtalk
2ea2227b1a docs: update demo log 2021-12-23 17:25:03 +08:00
debugtalk
598d7c5a5d 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
7b509d36d0 change: remove race detector 2021-12-23 17:13:05 +08:00
debugtalk
0eaefb923a change: add warn logs 2021-12-23 11:10:13 +08:00
debugtalk
c0d830c672 fix: unittest 2021-12-23 09:42:15 +08:00
debugtalk
6d6d390c01 change: update docs 2021-12-23 09:33:19 +08:00
debugtalk
c65b020548 change: add StartTransaction/EndTransaction method 2021-12-23 09:32:53 +08:00
debugtalk
745a29a379 change: remove namespace 2021-12-22 21:04:20 +08:00
debugtalk
a36232b734 change: update logs 2021-12-22 20:45:53 +08:00
debugtalk
f0a16de225 feat: report GA events with version 2021-12-22 20:13:40 +08:00
debugtalk
68bb46d504 feat: group metrics with instance uuid 2021-12-22 19:46:06 +08:00
debugtalk
920e0a9431 refactor: logger 2021-12-22 19:36:53 +08:00
debugtalk
8ef4ad4282 refactor: fork boomer as sub module 2021-12-22 17:21:52 +08:00
debugtalk
4696a18eb4 fix: report transaction result 2021-12-21 20:38:36 +08:00
debugtalk
1e57b840b4 change: update docs 2021-12-20 20:22:19 +08:00
debugtalk
7b852124c1 feat: report testcase as a whole Action transaction, inspired by LoadRunner 2021-12-20 18:38:36 +08:00