web3-proxy/web3_proxy/src/sub_commands
Bryan Stitt 600c1bafb4
David/multiple proxy test (#187)
* add test_multiple_proxies_stats_add_up

* make a premium user using both proxies

* added a couple clones, must add constraints now to run for multiple-proxies (check arithmetic)

* lint and code review

* fix comment

* fix tests (now fails at todo)

* will introduce endpoint to fetch rpc stats from mysql

* added influxdb to tests, should next do asserst in stats collected by influx, and mysql for multi-proxy

* created test where influx and mysql have separate data, should help with debugging

* forgot to drop influx

* tests pass except multi-proxy

* test passes, will check out nothing broke elswhere

* go back to numbers

* some linting

* linting

* removed redundant info!

* responding to PR comments

* ULID as instance-hash for the tag in influx (for anti-dup)

---------

Co-authored-by: yenicelik <david.yenicelik@gmail.com>
2023-07-17 13:31:41 -07:00
..
sentryd move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
change_admin_status.rs could call subcommand 2023-07-01 15:26:42 -04:00
change_user_address.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
change_user_tier_by_address.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
change_user_tier_by_key.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
change_user_tier.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
check_config.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
count_users.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
create_key.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
create_user.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
delete_user.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
drop_migration_lock.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
example.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
list_recent_users.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
migrate_stats_to_v2.rs David/multiple proxy test (#187) 2023-07-17 13:31:41 -07:00
mod.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
pagerduty.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
popularity_contest.rs More balance tests (#182) 2023-07-12 00:35:07 -07:00
proxyd.rs Global db (#191) 2023-07-14 18:30:01 -07:00
rpc_accounting.rs start adding tests that need docker for mysql management 2023-06-29 22:38:35 -07:00
search_kafka.rs rename get to connect 2023-07-13 15:44:07 -07:00
stat_age.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
transfer_key.rs Global db (#191) 2023-07-14 18:30:01 -07:00
user_export.rs move subcommands so integration tests are easier to write 2023-06-29 12:24:36 -07:00
user_import.rs More balance tests (#182) 2023-07-12 00:35:07 -07:00