-
Notifications
You must be signed in to change notification settings - Fork 14
Enhance chargeback synthetic script and temple #333
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
base: master
Are you sure you want to change the base?
Conversation
|
recheck |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
recheck |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
Generate synthetic data and write results to a json file Push json file to log directory so that during debug file is available for review Controller/ci-framework-data/tests/feature-verification-tests Do not overwrite syth data json if it already exists Using Gemini and Cursor Closes https://issues.redhat.com/browse/OSPRH-23746
Update the synthetic data generation process to ensure that existing JSON files are not overwritten. This change allows for better debugging by preserving previous data outputs. Closes https://issues.redhat.com/browse/OSPRH-23746
44bc7aa to
5c5ca25
Compare
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
recheck |
5c5ca25 to
1f69cd0
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/54922dc24249414e917a84de28772218 ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 1h 54m 57s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9302a9e6d2f74f4294a64741861554a7 ❌ telemetry-openstack-meta-content-provider-master FAILURE in 7m 47s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/07149453fea7487ea3fc3cbdc6058e5e ❌ telemetry-openstack-meta-content-provider-master FAILURE in 7m 50s |
385ed49 to
8c5dac8
Compare
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/da7dc486e6884268a69c980d1993f973 ❌ telemetry-openstack-meta-content-provider-master FAILURE in 8m 36s |
|
recheck |
0b028c7 to
f5bcdfe
Compare
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
35ad735 to
f5bcdfe
Compare
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/23b1bd77c95a4493bfdf8b092356b40f ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 30m 07s |
6819e3a to
f5bcdfe
Compare
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
- Used Gemini and Cursor
- add scenario(parameter) files.
- Each scenrio file defines one test scenario with specific metrics
- Scenario file names begin with "test_"
- All scenerio files are found and read automatically
- Output files have same name as scenario but different extension
- Price and qty variable are not dynamic => "change over time"
- Closes https://issues.redhat.com/browse/OSPRH-24867
- Closes https://issues.redhat.com/browse/OSPRH-24865
01586f6 to
956cb33
Compare
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
Enhance chargeback synthetic script and temple