Details
Description
As part of "update" test (so redeploy was on/allowed), I pushed the below item:
curl --user admin:admin123 "http://localhost:8081/repository/yum-hosted/Packages/fuse-sshfs-2.5-8.el7.x86_64.rpm" --upload-file fuse-sshfs-2.5-1.el7.x86_64.rpm --request PUT -v
Then I realized I had the wrong package pushing so before metadata rebuild, I pushed again:
curl --user admin:admin123 "http://localhost:8081/repository/yum-hosted/Packages/fuse-sshfs-2.5-8.el7.x86_64.rpm" --upload-file ElectricFence-2.2.2-39.el7.i686.rpm --request PUT -v
On review of the component/asset properties via the UI summary pane, it shows the fuse-sshfs property not the electricfence property. The rpm downloaded is electricfence however and the xml shows the right one as well (electricfence). Also not really surprisingly considering that, the blob updated attribute shows a different date than created.
If you do the reverse of this (eletricfence then fuse-sshfs) it does the reverse as well so it's not just something with electricfence.
I then tried waiting til after the metadata rebuild and seeing if that helped. It didn't.
It seems only the first package being pushed not the update is updating the properties in the UI even though the package is updated.
I tried clearing browser cache and restarting my browser in between as well, no dice.
Attachments
Issue Links
- discovered while testing
-
NEXUS-16545 NXRM 3 Yum Metadata Generation takes forever
-
- Closed
-