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 process utils #3311

Closed
wants to merge 58 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
140ff6e
Example test using payment mock
nieznanysprawiciel Jul 25, 2024
413a3ed
Create MockNode abstraction to simplify initialization
nieznanysprawiciel Jul 30, 2024
f9eed0b
Run rest server
nieznanysprawiciel Jul 30, 2024
5d500ec
Test environment for payments: generating identity and appkey
nieznanysprawiciel Jul 30, 2024
d267cd1
Test environment for payments: first rest call to payment modules works
nieznanysprawiciel Jul 30, 2024
a6d1f14
Payments test environment: Implement fake market to respond on GSB
nieznanysprawiciel Jul 31, 2024
b507085
Payment test environment: Implement MockNet to redirect payment messages
nieznanysprawiciel Jul 31, 2024
85dc9c9
Merge branch 'master' of github.com:golemfactory/yagna into payment-t…
nieznanysprawiciel Jul 31, 2024
3e020be
After merge test fixes
nieznanysprawiciel Jul 31, 2024
755cc6c
Enable all tests behind feature flag on CI system tests
nieznanysprawiciel Jul 31, 2024
3335b1e
Clippy fixes
nieznanysprawiciel Jul 31, 2024
a2ba51b
Payment test environment: use pre-generated wallet address for all tests
nieznanysprawiciel Jul 31, 2024
af9e36f
Add comments about using fixed wallet; Clippy fixes
nieznanysprawiciel Jul 31, 2024
cade23d
Fix market test suite after MockNet changes
nieznanysprawiciel Aug 1, 2024
6d6dbf1
Move mocks to separate library
nieznanysprawiciel Aug 2, 2024
f605aae
Move MockNet to ya-framework-mocks
nieznanysprawiciel Aug 2, 2024
7627338
Create test from validate_allocation example
nieznanysprawiciel Aug 2, 2024
5152381
Create test from debit_note_flow example; Implement FakeActivity; Bet…
nieznanysprawiciel Aug 2, 2024
9da6e66
Fix: debit notes events constraint failure, when Provider and Request…
nieznanysprawiciel Aug 2, 2024
761e107
Add invoice flow test to see if it fails the same way
nieznanysprawiciel Aug 2, 2024
3dcd471
Fix LogErr trait module discovery
nieznanysprawiciel Aug 5, 2024
a7a2b45
Fix test_invoice_flow
nieznanysprawiciel Aug 5, 2024
5349a64
Fix test_debit_note_flow
nieznanysprawiciel Aug 5, 2024
b9a443d
Fix (workaround) problems with LogErr::* functions
nieznanysprawiciel Aug 6, 2024
c90c279
Remove examples that were rewritten to tests
nieznanysprawiciel Aug 6, 2024
44f8f70
Remove mentions of removed examples
nieznanysprawiciel Aug 6, 2024
cb71ddd
Implement FakePayments that reponds with Ack to every GSB call
nieznanysprawiciel Aug 6, 2024
df6b706
Fix LogErr trait module log on windows
nieznanysprawiciel Aug 7, 2024
7b3824d
Updated to newest Goth (update after final changes in LockContract)
scx1332 Aug 7, 2024
2c4958c
Merge branch 'master' into payment-test-env-prototype
nieznanysprawiciel Aug 7, 2024
d28beba
Ability to bind identity modules on prefixed gsb path
nieznanysprawiciel Aug 7, 2024
f7c049d
Indentity module is able to be instantiated with base GSB address
nieznanysprawiciel Aug 7, 2024
eff1d22
Remove test_payment_sync (Will be added in next PRs)
nieznanysprawiciel Aug 7, 2024
4945398
Merge branch 'master' into test-environment-identity-with-base-gsb-ad…
nieznanysprawiciel Aug 7, 2024
9af3e26
Fix clippy
nieznanysprawiciel Aug 7, 2024
a8fe9a3
Fix compilation
nieznanysprawiciel Aug 7, 2024
eb0dfe3
Merge branch 'payment-test-env-prototype' of github.com:golemfactory/…
nieznanysprawiciel Aug 8, 2024
b2cd4ea
Merge pull request #3280 from golemfactory/payment-test-env-prototype
nieznanysprawiciel Aug 9, 2024
15f8bb1
Merge branch 'master' into test-environment-identity-with-base-gsb-ad…
nieznanysprawiciel Aug 9, 2024
039a743
Merge pull request #3290 from golemfactory/test-environment-identity-…
nieznanysprawiciel Aug 9, 2024
fcfc1d5
Fix timeout parsing error in payment REST API.
scx1332 Aug 27, 2024
bbd7ba2
Update actions/upload-artifact@v1 to v4
nieznanysprawiciel Sep 5, 2024
88ca2a8
Merge pull request #3303 from golemfactory/fix-upload-artifacts-actio…
nieznanysprawiciel Sep 5, 2024
6dc5aa7
Merge back from 0.16.0
scx1332 Sep 6, 2024
0c0ab05
Problems with the net
scx1332 Sep 6, 2024
4d21acc
Resolved problems with older packages
scx1332 Sep 6, 2024
5ef684f
Check with proper ya-client
scx1332 Sep 6, 2024
c669c5e
Check with proper golem certificate
scx1332 Sep 6, 2024
6a4e76d
Fix example
scx1332 Sep 6, 2024
f136c40
Merge pull request #3305 from golemfactory/scx1332/mergeback0160
scx1332 Sep 9, 2024
f202b14
Point to commits on master for ya-client and golem-certificate (no co…
scx1332 Sep 9, 2024
13b56ff
Use version from GitHub erc20_payment_lib instead from creates - migr…
scx1332 Sep 9, 2024
24c705b
Merge branch 'master' of github.com:golemfactory/yagna into gamerhash…
nieznanysprawiciel Sep 9, 2024
09d3a02
Fix panics in TimedMutex
nieznanysprawiciel Sep 10, 2024
bc4e7e5
TimedMutex - don't return after exceeded timeout
nieznanysprawiciel Sep 10, 2024
44b0397
Merge branch 'gamerhash/master' of github.com:golemfactory/yagna into…
nieznanysprawiciel Sep 10, 2024
239a359
Update ya-utils-process depedency to version 0.3
nieznanysprawiciel Sep 10, 2024
ba72a38
Add handleapi feature
nieznanysprawiciel Sep 10, 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
2 changes: 1 addition & 1 deletion .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --test '*' --features framework-test
args: --test '*' -p yagna -p ya-exe-unit -p ya-transfer -p ya-payment -p ya-identity --features framework-test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by Cargo
# will have compiled files and executables
/target/
.target/

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading
Loading