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

fix(tests): fix failing tests #2085

Merged
merged 54 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
9ec3c76
CI improvments
mariocynicys Feb 28, 2024
a49235a
replace rick and morty with doc and marty
mariocynicys Feb 28, 2024
74033f3
follow redirect for test process price request
mariocynicys Feb 28, 2024
b41f67d
Refactor the eth tests
mariocynicys Mar 7, 2024
3a32372
WIP: upgrading tendermint
mariocynicys Mar 8, 2024
611aee4
finish upgrading tendermint
mariocynicys Mar 11, 2024
9ff94d4
fix fmt & lint issues
mariocynicys Mar 11, 2024
19e2a09
install protopuf compiler (used in builds)
mariocynicys Mar 11, 2024
9deace2
refactor names + added some test atoms to the test address + fix depr…
mariocynicys Mar 12, 2024
2b82e4b
update outdated IBC channels
mariocynicys Mar 13, 2024
6873cce
refactor ci actions
mariocynicys Mar 13, 2024
f11d4ec
fix wasm builds
mariocynicys Mar 14, 2024
0b7ece0
ignore failing tests for now
mariocynicys Mar 14, 2024
094a5d9
fix 2 more failing tests after rebase with dev
mariocynicys Mar 14, 2024
053567c
add cargo lock
mariocynicys Mar 14, 2024
24015b0
fix nonce locking issue
mariocynicys Mar 15, 2024
63ffcc7
use different address for `test_nonce_several_urls`
mariocynicys Mar 15, 2024
16331e8
don't use sepolia since it returns the highest nonce and rules out ou…
mariocynicys Mar 15, 2024
5366bb4
move eth chain interactive tests to docker tests
mariocynicys Mar 16, 2024
a4e115a
unignore test_hd_utxo_tx_history tests
mariocynicys Mar 16, 2024
2be05b6
move mm2 integration tests that used JST (erc20 token for tests) to d…
mariocynicys Mar 19, 2024
dec31f9
move test_orderbook_depth tests to dockerized tests
mariocynicys Mar 19, 2024
23437a2
configure loopback address on macos on CI
mariocynicys Mar 19, 2024
8bc8853
fix formatting issue
mariocynicys Mar 19, 2024
8d5a445
fix `test_search_for_swap_tx_spent_electrum_was_[spent|refunded]`
mariocynicys Mar 22, 2024
beb4410
fix test lint issue
mariocynicys Mar 23, 2024
aa1fbe6
fix nft test unwraps None
mariocynicys Mar 26, 2024
8cc6afd
rename macos-ifconfig script to lo0_config
mariocynicys Mar 26, 2024
27ca6a0
bump un-bumped prost versions
mariocynicys Apr 3, 2024
e5a12b1
move qrc20_tests::test_send_taker_fee to docker
mariocynicys Apr 3, 2024
2e141de
suggestions from onur and fixing fixmes
mariocynicys Apr 3, 2024
ca4837d
fix nft moralis block num and ignore tendermint ibc test
mariocynicys Apr 3, 2024
73ca142
unignore swap_iris_with_rick & swap_usdc_ibc_with_nimda tendermint tests
mariocynicys Apr 9, 2024
5fa2259
revert using a global env variable for checking server availablity
mariocynicys Apr 9, 2024
07f46ca
change format and lint jobs' names
mariocynicys Apr 9, 2024
a39faa4
try unwrap_err instead of expect_err
mariocynicys Apr 9, 2024
c64196d
Revert "try unwrap_err instead of expect_err"
mariocynicys Apr 9, 2024
4f8d1f3
ignore test_websocket_invalid_url for now
mariocynicys Apr 9, 2024
319b63a
ignore doesn't work with wasm tests, so commenting it out
mariocynicys Apr 9, 2024
978434b
upgrade some *rustls crates to reduce duplications
mariocynicys Apr 11, 2024
f739233
suggestions from omar: remove eth dist + add qick test
mariocynicys Apr 11, 2024
6311e77
fix adex-cli compliation issues due to hyper-rustls & rustls verions
mariocynicys Apr 12, 2024
d4e512a
suggestions from omar: unignore ignored tests
mariocynicys Apr 12, 2024
d80a0db
fix ordermathcing tests and eth_with_tokens tests
mariocynicys Apr 12, 2024
dcc3a49
fix best order tests
mariocynicys Apr 12, 2024
440ef67
fix two tests were using eth with no balance
mariocynicys Apr 12, 2024
729be0f
suggestions from omar: fix wasm compilation issue by using futures-ru…
mariocynicys Apr 13, 2024
9577388
suggestions from omar: provide a default value for price_sources by m…
mariocynicys Apr 13, 2024
2f87629
remove note around using servername isntead of dnsnameref
mariocynicys Apr 13, 2024
8e7bafc
use log in tests instead of println
mariocynicys Apr 13, 2024
809f5f5
revert some test helper funcs
mariocynicys Apr 13, 2024
eda0f42
use wait_check_stats_swap_status to avoid frequent taker swap stat no…
mariocynicys Apr 13, 2024
e76b92e
quit conneciton_loop if socket_addr or dns_name parsing fails
mariocynicys Apr 13, 2024
dd2c7b3
accept only domain names (no ips) for ssl enabled electrum servers
mariocynicys Apr 13, 2024
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
Prev Previous commit
Next Next commit
fix best order tests
they used eth so moved them to docker tests
  • Loading branch information
mariocynicys committed Apr 13, 2024
commit dcc3a49169b233a64aa2d8dc2969a5d70f27e110
Loading