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

httpResponse err: Post "http://xxx.xxx.xxx.private:11000": read tcp 192.168.1.170:59138->172.16.1.67:11000: read: connection reset by peer #438

Open
alex-test-38 opened this issue Aug 16, 2021 · 0 comments

Comments

@alex-test-38
Copy link

an http client call bch server with an txid embedded in the request and expect to receive response with the corresponding transaction info.

  1. The client is coded with Golang;
  2. bch core version is V0.23.9
  3. bch server is located in an container
  4. 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.
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`

Closes Bitcoin-ABC#438
ftrader added a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this issue Nov 30, 2022
[test] Add test harness for UI tests

Closes Bitcoin-ABC#438

See merge request bitcoin-cash-node/bitcoin-cash-node!1623
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant