Skip to content
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

More tests #3000

Merged
merged 78 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
657d5c0
Adding iniital loadtests based on apiary docs. This will definitely n…
scottatwood Nov 12, 2024
d4561ca
Ruff
adamkrellenstein Nov 15, 2024
0fd8998
Hard-Coded Data
adamkrellenstein Nov 15, 2024
7e6312e
Better Hard-Coded Data; Fix Dispenses Test
adamkrellenstein Nov 15, 2024
787b001
Hard-Coded Orders
adamkrellenstein Nov 15, 2024
74a8c70
New Orders List
adamkrellenstein Nov 15, 2024
7d70a49
Typo in BitcoinTasks and Cheat with ComposeTasks
adamkrellenstein Nov 15, 2024
e47e7d8
Everything Working
adamkrellenstein Nov 15, 2024
cb48693
Random Limit and Offset; Flag for NO_CACHE
adamkrellenstein Nov 15, 2024
510243d
Tweak Gunicorn Config
adamkrellenstein Nov 18, 2024
2355db7
Move Params Around
adamkrellenstein Nov 18, 2024
fd1b17e
Merge branch 'develop' into loadtests
adamkrellenstein Nov 18, 2024
32c36d0
Tweak Gunicorn Worker Restart
adamkrellenstein Nov 18, 2024
bf381af
test reparse with mainnet
Ouziel Feb 10, 2025
f453b2c
add catch up test
Ouziel Feb 10, 2025
016eff9
Merge branch 'loadtests' into develop
Ouziel Feb 10, 2025
3c834bc
move loads tests
Ouziel Feb 10, 2025
bf82e49
Run locust with pytest and check the result
Ouziel Feb 10, 2025
b817687
refactor locust test to test all routes
Ouziel Feb 10, 2025
4e7855f
include more routes in load test
Ouziel Feb 10, 2025
391f13e
bump requests version
Ouziel Feb 10, 2025
b9968f4
use large runner to reparse mainnet
Ouziel Feb 10, 2025
89caf70
use Linux-Large
Ouziel Feb 10, 2025
8e9ba0d
test all compose routes except btcpay, burn and cancel
Ouziel Feb 10, 2025
e981c3b
Add random parameters
Ouziel Feb 10, 2025
0cefea3
restore testnet4 on all push
Ouziel Feb 10, 2025
2db69ab
clean files
Ouziel Feb 10, 2025
9c81100
use http proxy for rsfetcher
Ouziel Feb 10, 2025
ed601f5
cleaning
Ouziel Feb 10, 2025
358c899
Add mainnet test
Ouziel Feb 10, 2025
5e2bfa6
cleaning
Ouziel Feb 10, 2025
f731e00
tmp debug
Ouziel Feb 10, 2025
5dbf855
Rebuild utxo cache on reorg
Ouziel Feb 10, 2025
278ca19
log debug
Ouziel Feb 10, 2025
011db8c
clean cache on rollback and reparse
Ouziel Feb 11, 2025
60d4812
add tests
Ouziel Feb 11, 2025
7ff88f0
more tests
Ouziel Feb 11, 2025
c34b899
try with current dir
Ouziel Feb 11, 2025
b9345db
start --no-api flag; try with cache dir
Ouziel Feb 11, 2025
07cf92b
--api-only flag; update release notes
Ouziel Feb 11, 2025
fe7e114
complete load_test; try to stop rsfetcher when start fails
Ouziel Feb 11, 2025
857c195
more debug; add github workflow for load test
Ouziel Feb 11, 2025
c0b7231
use gunicorn for load test; more debug and tries
Ouziel Feb 11, 2025
594d323
cleaning
Ouziel Feb 11, 2025
53093bd
use ~/.cache for bootstrap test
Ouziel Feb 11, 2025
4f0aed6
display progress when decompressing bootstrap; start to clean github …
Ouziel Feb 11, 2025
5b043cb
subfolder forbidden
Ouziel Feb 11, 2025
bfee3cd
all pytest tests together
Ouziel Feb 11, 2025
90bc177
fix typo
Ouziel Feb 11, 2025
ea7b585
tweak workflows naming
Ouziel Feb 11, 2025
072e3bc
tweak naming
Ouziel Feb 11, 2025
7becdf8
try to fix coveralls; more cleaning in yaml
Ouziel Feb 11, 2025
016d2e0
fix typos
Ouziel Feb 11, 2025
f66bf57
fix typos
Ouziel Feb 11, 2025
c92b578
disable progress printing
Ouziel Feb 11, 2025
b3e5309
pass secrets
Ouziel Feb 11, 2025
145e741
try with python-coveralls
Ouziel Feb 11, 2025
342ad33
reparse and catchup before load test
Ouziel Feb 12, 2025
c1341cf
retry to fix coveralls.io
Ouziel Feb 12, 2025
b9da095
DRY yaml files
Ouziel Feb 12, 2025
3e1b8e1
retry to fix coveralls.io
Ouziel Feb 12, 2025
3e9c487
clean github workflow files
Ouziel Feb 12, 2025
d8cbf1e
clean github workflow files
Ouziel Feb 12, 2025
673b711
fix typo; disable coveralls for py13
Ouziel Feb 12, 2025
b520b42
disable coveralls for py13
Ouziel Feb 12, 2025
e6a0cd5
fix no coveralls
Ouziel Feb 13, 2025
677e301
fix no coveralls
Ouziel Feb 13, 2025
5ff4128
put checkpoints in messages/data; rollback 3 checkpoint for tests
Ouziel Feb 13, 2025
0d07468
Fix extended_tx_info param
Ouziel Feb 13, 2025
e779f7f
Add tests for issuance reset
Ouziel Feb 13, 2025
a8d0f09
tweaks and debug
Ouziel Feb 13, 2025
eb03b94
run tests with -x
Ouziel Feb 13, 2025
5c2a7e3
disable buggy coveralls; tweaks
Ouziel Feb 13, 2025
a7603d5
setup codecov
Ouziel Feb 13, 2025
6b3b304
remove run_coveralls parameter
Ouziel Feb 13, 2025
29bdfd8
CodeCov badge
Ouziel Feb 13, 2025
504dfca
rollback 200K blocks before the last checkpoint
Ouziel Feb 13, 2025
9ed0452
let's keep ledger module 100% covered
Ouziel Feb 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions .github/workflows/bandit.yml

This file was deleted.

187 changes: 0 additions & 187 deletions .github/workflows/build_and_test.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/build_docker_image.yml

This file was deleted.

77 changes: 0 additions & 77 deletions .github/workflows/codeql.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/compare_hashes.yml

This file was deleted.

Loading
Loading