Add synthetic data generation test to the telemetry_chargeback role #331
Conversation
19aec46 to
8bb17cf
Compare
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/339779b18807455b8df0e0a38cd2b43d ❌ telemetry-openstack-meta-content-provider-master FAILURE in 11m 55s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8237458ee7394be68b3d919603073cc3 ❌ telemetry-openstack-meta-content-provider-master FAILURE in 11m 16s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c906fc4cbd3c42f29c0f5c05fe4871d0 ❌ telemetry-openstack-meta-content-provider-master FAILURE in 12m 59s |
|
recheck |
fbb6f4d to
4359403
Compare
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/telemetry-operator#319 is needed. |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4d9619322118449ab45fe37af8b8908f ❌ telemetry-openstack-meta-content-provider-master FAILURE in 11m 03s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ed661e9591a4423c81947c503463aa83 ❌ telemetry-openstack-meta-content-provider-master FAILURE in 11m 19s |
4359403 to
a1aa614
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4ec74750f0fc46a29a7ed1f245b406aa ❌ telemetry-openstack-meta-content-provider-master FAILURE in 13m 56s |
|
recheck |
85f6304 to
7a32173
Compare
|
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. |
7a32173 to
b51f59b
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 |
|
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. |
6bd0bf0 to
d984903
Compare
b24c576 to
98620e9
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0473894cb2f445ccbe6b054a33d1348d ❌ telemetry-openstack-meta-content-provider-master FAILURE in 5m 27s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/3ef27e8799e341ff980c8ff2c4d23860 ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 1h 58m 01s |
|
recheck |
vyzigold
left a comment
There was a problem hiding this comment.
Please make the script pep8 compliant:
script.py:5:1: F401 'typing.Union' imported but unused
script.py:16:1: E302 expected 2 blank lines, found 1
script.py:33:1: E302 expected 2 blank lines, found 1
script.py:51:1: W293 blank line contains whitespace
script.py:61:23: E261 at least two spaces before inline comment
script.py:72:80: E501 line too long (88 > 79 characters)
script.py:87:80: E501 line too long (83 > 79 characters)
script.py:91:14: E261 at least two spaces before inline comment
script.py:97:1: W293 blank line contains whitespace
script.py:102:80: E501 line too long (80 > 79 characters)
script.py:108:1: E302 expected 2 blank lines, found 1
script.py:111:80: E501 line too long (84 > 79 characters)
script.py:115:80: E501 line too long (89 > 79 characters)
script.py:117:80: E501 line too long (119 > 79 characters)
script.py:120:80: E501 line too long (112 > 79 characters)
script.py:121:80: E501 line too long (105 > 79 characters)
script.py:122:1: W293 blank line contains whitespace
script.py:124:80: E501 line too long (110 > 79 characters)
script.py:147:80: E501 line too long (80 > 79 characters)
5366291 to
1a298cf
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fd6cbdc1348a4107adba1aaf937b48c1 ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 3h 39m 40s |
merged |
fixed pep8 compliance for gen_synth_loki_data.py and loki_data_templ.j2 |
vyzigold
left a comment
There was a problem hiding this comment.
Let's also fix the few long lines that are left (see the comments inline) unless we want to agree to ignore line lengths or extend the max length, which would also be fine by me as long as we have some wider agreement about it @elfiesmelfie wdyt?
After that this PR LGTM.
Done |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/f971f7a2964b452e9b1e206b18272129 ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 2h 47m 17s |
|
tempest failure in test_list_containers |
|
recheck |
myadla
left a comment
There was a problem hiding this comment.
Json log has every second entry is missing the timestamp entirely. Please make changes to make sure it is present in every entry
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/57edf3e4e02a4866b28eb1565e359ea4 ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 2h 16m 12s |
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
Add synthetic date generation to telemetry_chargeback role in FVT repo
controller/ci-framework-data/tests/feature-verification-tests