Hyperledger is committed to creating a safe and welcoming community for all. For more information please visit the Hyperledger Code of Conduct. |
---|
Attendance
- Sebastian Schmittner (EECC)
- Guido Wischrop (MGM)
- Christian Kubis (IFIS)
- Sebastian Zickau (Stadt Köln)
- Mirko Mollik
- Niclas Mietz
- Philipp Schlarb Christian Bormann (Robert Bosch GmbH)
- Marquart Franz (Siemens)
- Philipp Schlarb (esatus AG) <p.schlarb@esatus.com>
- Christian Bormann (Robert Bosch GmbH)
In Progress
Meeting Time Slot
...
In Progress
Indy Node Controller
- We do currently not support upgrade scripts
- https://github.com/hyperledger/indy-node-container/pull/97
- PLEASE add review :+1: asap → fix pool restart via controller
IP Tables script:
- https://github.com/hyperledger/indy-node-container/blob/main/run/set_iptables.sh
- Add to README: flush Chain (default docker) before running the script
- Check that DROP rule is automatically moved to correct position
Network connectivity test script
Idea: Script to test that IP Tables rules are as they should be
- At least check that node can connect (TCP lvl) to all other nodes
- Bonus: Check that connection from outside is not possible
Load Test Script by Christian Bormann
- Rust Programm
- Containerized :check:
- Add to container shipping repo
- Consensus Vote...: YES! For Now.
- Philipp: Test Automation Repo
- TBD: Conrtib Christians Code into our or the test repo?
Test Setup
- https://github.com/hyperledger/indy-node-container/tree/main/test
- Currently:
- Run 4 node setup with 3 x ubuntu16 + 1 x test candidate
- Local run possible
- Runs as github https://github.com/hyperledger/indy-node-container/blob/cb40bd1eba6d2024fc968d55e61491310c8f7be6/.github/workflows/build-all.yml#L106
- Christian developed new test setup
- Writing many transactions via VDR ( https://st1.zoom.us/web_client/3jktxx3/html/externalLinkPage.html?ref=https://github.com/hyperledger/indy-vdr )
- To reproduce consensus problems
- Sebastian Schmittner: try to find setup that consistently reproduces the write consensus problems!
- Old debian images → pypi
- Sebastian Schmittner: try to find setup that consistently reproduces the write consensus problems!
- New PR for (test?) network(s?)
- https://github.com/hyperledger/indy-node-container/pull/92
- This seems to be directed to either run or more likely test
- Talk to contributor and integrate into our work
- DRY! No copy-paste files in another directory!
...