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

chore(mojaloop/#3819): update functional tests and move fulfil int test #1009

Merged
merged 30 commits into from
May 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e416463
chore: update functional tests
kleyow Apr 24, 2024
2eed6e0
version
kleyow Apr 24, 2024
89c3749
snap
kleyow Apr 24, 2024
b508be7
test
kleyow Apr 24, 2024
433d596
name
kleyow Apr 24, 2024
aa5fc2e
func
kleyow Apr 25, 2024
6ed2ec4
update
kleyow Apr 25, 2024
f258dfe
test-function
kleyow Apr 25, 2024
573d6eb
snap
kleyow Apr 25, 2024
96f0d00
changes
kleyow Apr 25, 2024
5e5beb8
Merge remote-tracking branch 'origin/feat/fx-impl' into test/functional
kleyow Apr 26, 2024
b82cf9f
feat: implemented fx
vijayg10 Apr 29, 2024
20a2e00
Merge branch 'feat/fx-impl' of https://github.com/mojaloop/central-le…
vijayg10 Apr 29, 2024
bfa5af3
fix: unit tests
vijayg10 Apr 29, 2024
5427e6d
fix: unit tests
vijayg10 Apr 29, 2024
ee60d49
chore: removed fx-fulfil in non batch mode
vijayg10 Apr 29, 2024
cf0b78f
add back functions
kleyow Apr 29, 2024
5b8b8bf
Merge remote-tracking branch 'origin/feat/fx-impl' into test/functional
kleyow Apr 29, 2024
cfe0422
feat: refactored position fulfil handler for fx
vijayg10 Apr 30, 2024
0503b79
chore: removed fx from non batch position fulfil
vijayg10 Apr 30, 2024
b939303
chore: removed fx references from non batch position handler
vijayg10 Apr 30, 2024
e386429
chore: simplified existing tests
vijayg10 Apr 30, 2024
3b62678
chore: added unit tests
vijayg10 Apr 30, 2024
60a5615
fix: prepare position fx
vijayg10 Apr 30, 2024
b11fcab
Merge branch 'feat/fx-impl' of https://github.com/mojaloop/central-le…
vijayg10 Apr 30, 2024
06ced6a
Merge remote-tracking branch 'origin/feat/fx-fulfil-position-batching…
kleyow Apr 30, 2024
2fc69ce
publish messages to batch topic
kleyow Apr 30, 2024
ca7c447
update script
kleyow May 2, 2024
0dc4b90
Merge remote-tracking branch 'origin/feat/fx-impl' into test/functional
kleyow May 2, 2024
005c3bc
move fxfulfil tests to batch tests
kleyow May 2, 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
name
  • Loading branch information
kleyow committed Apr 24, 2024
commit 433d596ec8395969c699cdf49283ac2feab4776a
2 changes: 1 addition & 1 deletion test/scripts/test-functional.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CENTRAL_LEDGER_VERSION=${CENTRAL_LEDGER_VERSION:-"local"}
ML_CORE_TEST_HARNESS_VERSION=${ML_CORE_TEST_HARNESS_VERSION:-"v1.2.4-fx-snapshot.2"}
ML_CORE_TEST_HARNESS_GIT=${ML_CORE_TEST_HARNESS_GIT:-"https://github.com/mojaloop/ml-core-test-harness.git"}
ML_CORE_TEST_HARNESS_TEST_PROV_CONT_NAME=${ML_CORE_TEST_HARNESS_TEST_PROV_CONT_NAME:-"ttk-func-ttk-provisioning-fx-1"}
ML_CORE_TEST_HARNESS_TEST_FUNC_CONT_NAME=${ML_CORE_TEST_HARNESS_TEST_FUNC_CONT_NAME:-"ttk-func-ttk-tests-1"}
ML_CORE_TEST_HARNESS_TEST_FUNC_CONT_NAME=${ML_CORE_TEST_HARNESS_TEST_FUNC_CONT_NAME:-"ttk-func-ttk-fx-tests-1"}
ML_CORE_TEST_HARNESS_DIR=${ML_CORE_TEST_HARNESS_DIR:-"/tmp/ml-api-adapter-core-test-harness"}
ML_CORE_TEST_SKIP_SHUTDOWN=${ML_CORE_TEST_SKIP_SHUTDOWN:-false}

Expand Down