fbarbu15
810468a57f
test_: create private group tests ( #6225 )
...
* test_: create private group tests
* test_: set privileged False for jenkins
* test_: run baseline tests in rpc suite
* test_: address review comments
* test_: address review comments
2024-12-20 13:08:11 +02:00
Igor Sirotin
0cf556bdb9
test_: unskip test initialize logging ( #6229 )
...
* test_: add option to get file from status-backend container
* feat_: automatically create dataDir and logsDir directories
* test_: unskip and update TestInitializeLogging
* fix_: parametrize test
* ci_: use ms precision for func tests docker project_name to
* chore_: rename to extract_data
* fix_: linter
* fix_: set timestamp in python as well
2024-12-19 14:18:40 +00:00
Igor Sirotin
b803918c2b
ci_: pytest-lint correct target pr branch ( #6230 )
...
* ci_: pytest-lint correct target pr branch
* fix_: format issues
2024-12-19 12:07:40 +00:00
Igor Sirotin
309d17ae5b
feat_: status-backend health endpoint ( #6201 )
...
* feat_: status-backend health endpoint
* test_: health check
* test_: use health endpoint from python
2024-12-17 15:37:53 +00:00
Anton Danchenko
6a5623bac6
test_: set proxy creds ( #6211 )
2024-12-17 12:34:19 +01:00
fbarbu15
08eee8a647
test_: add python linters ( #6212 )
...
* test_: add python linters
* test_: add python linters
* test_: add python linters
* test_: add python linters
* test_: enabled pyright typeCheckingMode
* test_: enabled pyright typeCheckingMode
2024-12-16 12:38:24 +02:00
fbarbu15
74db631435
test_: contact requests tests ( #6167 )
...
test_: fewer nodes for multiple_contact_requests test
test_: fewer nodes for multiple_contact_requests test
test_: skip multiple_contact_requests test
test_: address review comments
test_: check messages just in event/messages
test_: get expected message by content type
test_: address review comments
2024-12-12 21:31:00 +02:00
Anton Danchenko
1795620df0
test_: run functional tests on host (no container) ( #6159 )
...
* test_: run on host
2024-12-12 13:45:21 +01:00
Igor Sirotin
4ccb08f11d
test_: WalletService class ( #6171 )
2024-12-09 12:18:34 +00:00
Igor Sirotin
943ae13358
fix(functional-tests)_: disable testnet ( #6181 )
2024-12-09 11:41:50 +00:00
Igor Sirotin
3a0080281f
fix_: create/restore account error signal ( #6174 )
...
* fix_: publish node.login signal with error
* test_: use node.login signal instead of node.ready
2024-12-06 20:45:28 +00:00
osmaczko
50933aa328
feat(logging)_: enable log namespaces configuration ( #6161 )
...
closes : #6128
2024-12-05 14:19:24 +00:00
Igor Sirotin
bed099c1e8
chore(Makefile)_: run-anvil command with dev ports mapping ( #6155 )
2024-12-04 14:03:25 +00:00
fbarbu15
ec90b2f4ed
test_: one to one messages ( #6119 )
...
* test_: one to one messages
* test_: use default display name
* test_: fix f-string format
* test_: fix signal log save
* test_: put signal saving under flag
* test_: addressed review comments
* test_: address review comment
2024-12-03 10:11:26 +02:00
Volodymyr Kozieiev
7a967e1775
chore_: removed GetWalletToken because mobile not use it anymore ( #6131 )
2024-12-02 11:27:02 +00:00
Igor Sirotin
e477269983
feat_: init logs in `InitializeApplication` ( #6117 )
...
* feat_: functional tests for logs
* feat_: init logs in `InitializeApplication`
* chore_: completely remove `MobileSystem` log setting
migrate
* chore_: condition for call startTime
* fix_: rebase issues, linter
* fix_: sql query
* test_: mark rpc TestInitializeLogging
* test_: skip TestInitializeLogging
2024-11-29 11:43:07 +00:00
dlipicar
3466ac2661
feat!: implement new activityV2 filter ( #6102 )
...
* feat!: implement new activityV2 filter
* chore_: pr comments
2024-11-25 17:44:39 -03:00
Anton Danchenko
35dc84fa7f
test_: add multiple status-backend instances ( #6104 )
...
* test_: add multiple status-backend instances
* test_: reliable schemas
2024-11-21 14:21:53 +00:00
Churikova Tetiana
3a70219e22
test_: added setSetting tests
2024-11-18 11:40:43 +01:00
Anton
6149fa3b7e
test_: skip test_wallet_filter_activity_async
2024-11-15 20:08:25 +01:00
Yevheniia Berdnyk
1887b00435
test_: added wallet tests ( #6062 )
2024-11-12 15:30:13 +02:00
Churikova Tetiana
9ecaa2abb5
test_: profile tests
2024-11-06 16:32:26 +01:00
Igor Sirotin
e938635d04
chore_: get version with go generate ( #6014 )
...
* chore_: get version with go generate
* fix_: test-functional
* fix_: trip space in version and gitcommit
* fix_: TestUserAgent
2024-11-03 00:47:15 +00:00
Mag
eea527a9cf
test_: verify schema of signals during init; fix schema verification warnings ( #5947 )
2024-10-29 12:10:48 +00:00
Anton
097d19a83e
test_: remove port bind
2024-10-28 11:40:33 +01:00
Yevheniia Berdnyk
0555331252
test_: restore account ( #5960 )
2024-10-23 22:48:33 +03:00
Igor Sirotin
8dc70e91ea
fix_: functional tests ( #5979 )
...
* fix_: generate on test-functional
* chore(test)_: fix functional test assertion
---------
Co-authored-by: Siddarth Kumar <siddarthkay@gmail.com>
2024-10-23 12:35:07 +01:00
Sale Djenic
18a9072435
chore_: providers re-ordered
...
A new order of using providers is:
1. StatusProxy - Node Fleet
2. StatusProxy - Infura
3. Direct Infura
4. StatusProxy - Grove
5. Direct Grove
2024-10-21 17:30:51 +02:00
Yevheniia Berdnyk
4dbad723bf
test_: a little bit of refactoring
2024-10-14 12:47:58 +02:00
Anton
27d0b0f0c3
test_: added status-backend support, fixed signals
2024-10-08 15:27:48 +02:00
dlipicar
e8bd4d5685
chore_: implement eth service for use in integration tests ( #5903 )
2024-10-04 09:55:28 -03:00
Igor Sirotin
ae2ec8f369
chore_: rename integration tests to functional tests ( #5908 )
2024-10-03 14:51:51 +01:00