#109 Bodhi org.centos.prod.ci.pipeline.allpackages-build.package.test.functional runs with old tests
Closed 3 years ago by bgoncalv. Opened 3 years ago by churchyard.

I have this update:

https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f0212fe41

In org.centos.prod.ci.pipeline.allpackages-build.package.test.functional I can see that the test fail, because the an older version of the tests code (before the change) was used.

I can see in the logs that the executed tests have:

assert f'Provides: python{XY}-foo = 1:6-1.fc66' in lines

While the tests were adapted to have:

assert f'Provides: python{X_Y}-foo = 1:6-1.fc66' in lines

That is was a very confusing information that was showing in bodhi, the failed test is actually from an scratch build, unfortunately this message topic is using old format and the scratch build results are shown in bodhi. It seems this happens when there was first an scratch build of same NVR and the test for the official build hasn't run yet.

Now, for example bodhi has the correct results.

I've created https://pagure.io/fedora-ci/general/issue/110 for us to stop publishing these old topics.

Thanks. Should this one be closed?

Metadata Update from @bgoncalv:
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata