-
Notifications
You must be signed in to change notification settings - Fork 3
test: Integrate mq_core tests into GitHub Actions #20
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| deployconf_path: ../../deployment/deployconf.yaml | ||
| kv_svc_type: fluxon | ||
| etcd_address: 127.0.0.1:2379 | ||
| cluster_name: fluxon-example-cluster | ||
| shared_memory_path: /tmp/fluxon-example-cluster/shm | ||
| shared_file_path: /tmp/fluxon-example-cluster/share | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,6 +29,14 @@ scenes: | |
| scales: [n1_kvowner_dram_20gib] | ||
| profiles: [fluxon_tcp] | ||
|
|
||
| ci_top_attention_mq_core: | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This adds a third top-attention runner-native CI scene, but the teststack design doc still describes the stable native dispatch set as only |
||
| ci: | ||
| subject: mq | ||
| runtime_contract: cluster_kv_owner | ||
| select: | ||
| scales: [n1_kvowner_dram_20gib] | ||
| profiles: [fluxon_tcp] | ||
|
|
||
| kv_read_heavy_zipf: | ||
| test_stack: | ||
| mode: KVSTORE | ||
|
|
@@ -221,8 +229,7 @@ artifact_sets: | |
| region: us-east-1 | ||
| key_prefix: profiles/fluxon_fastws | ||
| release_artifacts: | ||
| python_wheel: fluxon-0.2.1-py3-none-any.whl | ||
| pyo3_wheel: fluxon_pyo3-0.2.1-cp38-abi3-manylinux_2_28_x86_64.whl | ||
| wheel: fluxon-0.2.1-py3-none-any.whl | ||
| test_rsc_source: &test_rsc_source_fastws | ||
| kind: FLUXON_OPS_FS_S3 | ||
| bucket: fluxon-release | ||
|
|
@@ -242,8 +249,7 @@ artifact_sets: | |
| region: us-east-1 | ||
| key_prefix: profiles/fluxon_tquic | ||
| release_artifacts: | ||
| python_wheel: fluxon-0.2.1-py3-none-any.whl | ||
| pyo3_wheel: fluxon_pyo3-0.2.1-cp38-abi3-manylinux_2_28_x86_64.whl | ||
| wheel: fluxon-0.2.1-py3-none-any.whl | ||
| test_rsc_source: &test_rsc_source_tquic | ||
| kind: FLUXON_OPS_FS_S3 | ||
| bucket: fluxon-release | ||
|
|
@@ -263,8 +269,7 @@ artifact_sets: | |
| region: us-east-1 | ||
| key_prefix: profiles/fluxon_sockudo_ws | ||
| release_artifacts: | ||
| python_wheel: fluxon-0.2.1-py3-none-any.whl | ||
| pyo3_wheel: fluxon_pyo3-0.2.1-cp38-abi3-manylinux_2_28_x86_64.whl | ||
| wheel: fluxon-0.2.1-py3-none-any.whl | ||
| test_rsc_source: &test_rsc_source_sockudo_ws | ||
| kind: FLUXON_OPS_FS_S3 | ||
| bucket: fluxon-release | ||
|
|
@@ -284,8 +289,7 @@ artifact_sets: | |
| region: us-east-1 | ||
| key_prefix: profiles/fluxon_tcp | ||
| release_artifacts: | ||
| python_wheel: fluxon-0.2.1-py3-none-any.whl | ||
| pyo3_wheel: fluxon_pyo3-0.2.1-cp38-abi3-manylinux_2_28_x86_64.whl | ||
| wheel: fluxon-0.2.1-py3-none-any.whl | ||
| test_rsc_source: &test_rsc_source_tcp | ||
| kind: FLUXON_OPS_FS_S3 | ||
| bucket: fluxon-release | ||
|
|
@@ -315,6 +319,7 @@ profiles: | |
| doc_site_base_url: example.com | ||
| ci_top_attention_bin_kvtest: | ||
| kv_test_rounds: all | ||
| ci_top_attention_mq_core: {} | ||
| runtime_contracts: | ||
| cluster_kv_owner: &cluster_kv_owner_runtime | ||
| base_runtime: | ||
|
|
@@ -460,6 +465,7 @@ profiles: | |
| doc_site_base_url: example.com | ||
| ci_top_attention_bin_kvtest: | ||
| kv_test_rounds: all | ||
| ci_top_attention_mq_core: {} | ||
| test_stack: | ||
| <<: *common_test_stack_runtime | ||
| fluxon_sockudo_ws: | ||
|
|
@@ -472,6 +478,7 @@ profiles: | |
| doc_site_base_url: example.com | ||
| ci_top_attention_bin_kvtest: | ||
| kv_test_rounds: all | ||
| ci_top_attention_mq_core: {} | ||
| test_stack: | ||
| <<: *common_test_stack_runtime | ||
| fluxon_tcp: | ||
|
|
@@ -484,6 +491,7 @@ profiles: | |
| doc_site_base_url: example.com | ||
| ci_top_attention_bin_kvtest: | ||
| kv_test_rounds: all | ||
| ci_top_attention_mq_core: {} | ||
| test_stack: | ||
| <<: *common_test_stack_runtime | ||
| redis_sharded: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This moves the checked-in default test authority from the generic deployconf indirection to a concrete localhost runtime. CI does rewrite
src/fluxon_py/tests/test_config.yamlwith case-scoped values, but outside that preparedsrc_rootevery default import offluxon_py.tests.test_libnow resolves to127.0.0.1:2379and/tmp/fluxon-example-cluster/*unless callers know to setFLUXON_TEST_CONFIG_PATH. Since repo YAMLs are examples by default and environment-specific runtime authority should be supplied separately, please keep the checked-in file as a generic example or make the local override path explicit in the runner/docs instead of committing this concrete runtime.