mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 05:53:13 +00:00
* Change number of threads for CI runners to 8 * change number of threads to 12 * Change number of threads to auto select * change number of threads to logical instead of auto * change number of threads to 150 * change total workers to 40 * Adding workflow_call in on section * remove "remove_unwanted_software" from yml * change path of requirements.txt * modify path of .txt file again * Change repo name * Create docker volume * Merge master to branch * Revert changes done in the branch * try the sharding option * Add pytest-shard 0.1.2 to requirements.txt * reduce shards to 2 * Fix max number of shards error * Modify pytest run command * change number of shards to =1 * increase shards to 4 * Modify pytest command * Change shards to 4 * skip 3 tests * skip rln tests * skip test metric * skip rln tests * fix skipif mark * Fix linters * Fix linters 2 * run pre-commit command to fix linters * Make each shard upload seperate report using artifacts * Change number of shards to 5 * CHange artifacts version to 4 * increase shards to 8 * Increase shards to 11 * Make test_get_multiple_2000_store_messages run in seperate shard * Mark test_get_multiple_2000_store_messages to run in shard 1 * using logic in yml file to run test_cursor.py in seperate file * Fix logic to run test_cursor.py in seperate shard * Adding path of file instead of file name in yml file * Fix error in pytest command * rerun test test_get_multiple_2000_store_messages * run test_get_multiple_2000_store_messages in separate shard * Fix error in pytest command * Fix command again by using -k instead of test name * Add test_rln.py again to job and increase shards to 13 * Run test_rln.py in single shard * Fix pytest command * Fix syntax error in pytest command * Increase workers to 4 * Create new test file for test_get_multiple_2000_store_messages * Collect reports into 1 report * Modify aggregate reports * Make changes to reports collecting * Add more reporting ways * Add send reports to discord again * Fix command syntax error * Revert changes * Make changes to fix not executed tests issue * remove 12 from matrix shards * Try to fix missing test issue by adding collect-only * Modify pytest command " remove collect only " * Increate timeout for test test_get_multiple_2000_store_messages * Reduce shards again to 8 * remove loadfile option * Increase shards to 22 * increase shards to 42 * Increase shards to 49 * Increase shards to 63 * Modify test command to have 16 shards * Change shards to 9 * Fix command of pytest * Using ignore instead of -m * Fix syntax error * Modify test file path * Increase shards to 16 * Modify test command * fix: add multiple machines * fix: prevent fail fast * Remove multiple skips * Revert changes in test_rln file * Modify test command fix: add multiple machines fix: prevent fail fast checkout on smoke_tests tag (#96) * checkout on smoke_tests tag * MOdify pytest command * Update README.md Add steps on how to use new tag for PR tests in readme file Remove multiple skips Revert changes in test_rln file * Adding timeout to test test_on_empty_postgress_db * Add comments in workflow for shards --------- Co-authored-by: fbarbu15 <florin@status.im> Co-authored-by: Florin Barbu <barbu_florin_adrian@yahoo.com>
43 lines
781 B
Plaintext
43 lines
781 B
Plaintext
allure-pytest==2.13.2
|
|
allure-python-commons==2.13.2
|
|
attrs==23.1.0
|
|
black==24.3.0
|
|
certifi==2024.7.4
|
|
cfgv==3.4.0
|
|
charset-normalizer==3.3.2
|
|
click==8.1.7
|
|
distlib==0.3.8
|
|
docker==7.0.0
|
|
execnet==2.0.2
|
|
filelock==3.13.1
|
|
identify==2.5.33
|
|
idna==3.7
|
|
iniconfig==2.0.0
|
|
marshmallow==3.20.1
|
|
marshmallow-dataclass==8.6.0
|
|
mypy-extensions==1.0.0
|
|
nodeenv==1.8.0
|
|
packaging==23.2
|
|
pathspec==0.12.1
|
|
platformdirs==4.1.0
|
|
pluggy==1.3.0
|
|
pre-commit==3.6.2
|
|
pyright==1.1.352
|
|
pytest==8.0.2
|
|
pytest-instafail==0.5.0
|
|
pytest-rerunfailures==13.0
|
|
pytest-timeout==2.2.0
|
|
pytest-xdist==3.5.0
|
|
python-dotenv==1.0.1
|
|
pytest-dependency==0.6.0
|
|
PyYAML==6.0.1
|
|
requests==2.31.0
|
|
setuptools==70.0.0
|
|
tenacity==8.2.3
|
|
typeguard==4.1.5
|
|
typing-inspect==0.9.0
|
|
typing_extensions==4.9.0
|
|
urllib3==2.2.2
|
|
virtualenv==20.25.0
|
|
pytest-shard==0.1.2
|