You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an http client call bch server with an txid embedded in the request and expect to receive response with the corresponding transaction info.
The client is coded with Golang;
bch core version is V0.23.9
bch server is located in an container
The client http request:
&{POST http://xxxx.xxxx.xxxx.private:11000 HTTP/1.1 1 1 map[Authorization:[Basicpassword] Content-Type:[application/json]] {0xc00023ef30} 0x8229e0 130 [] true wallet.prod.sdce.private:11000 map[] map[] map[] 0xc00004a030}
I really appreciate it if anyone can provide some clues for this issue.
The text was updated successfully, but these errors were encountered:
ftrader
pushed a commit
to bitcoin-cash-node/bitcoin-cash-node
that referenced
this issue
Nov 30, 2022
This MR contains add test framework enhancements for the new UI testing.
It adds a UI test plan GUI and updates the testing documentation with an
example UI test in Python.
Note about UI tests:
The pass/fail status of UI tests cannot be accurately reflected by the
test runner's conclusion. It must be determined by the tester's evaluation
of the test steps in the GUI wallet.
On some platforms, residual stderr output may be generated which causes
the test framework to mark the test as 'failed' (because tests should
not generate unexpected stderr outputs). This can safely be ignored as
long as the test itself runs "according to plan".
Test plan:
- Run `test/functional/test_runner.py ui-example-test.py`
- Run `ninja check-all`
ClosesBitcoin-ABC#438
ftrader
added a commit
to bitcoin-cash-node/bitcoin-cash-node
that referenced
this issue
Nov 30, 2022
an http client call bch server with an txid embedded in the request and expect to receive response with the corresponding transaction info.
&{POST http://xxxx.xxxx.xxxx.private:11000 HTTP/1.1 1 1 map[Authorization:[Basicpassword] Content-Type:[application/json]] {0xc00023ef30} 0x8229e0 130 [] true wallet.prod.sdce.private:11000 map[] map[] map[] 0xc00004a030}
I really appreciate it if anyone can provide some clues for this issue.
The text was updated successfully, but these errors were encountered: