Project

Profile

Help

Pulp 2 10 3 Test Result Summary » History » Sprint/Milestone 6

pthomas@redhat.com, 12/15/2016 02:55 PM

1 1 pthomas@redhat.com
# Pulp 2 10 3 Test Result Summary
2
3 6 pthomas@redhat.com
**Summary**
4 1 pthomas@redhat.com
5
Started On: 21 November 2016  
6
Finished On: 1 December 2016  
7
Version: 2.10.3  
8 5 pthomas@redhat.com
Result : Success  
9 1 pthomas@redhat.com
Build URL: N/A  
10
Summary
11
12
This release included bug fixes. The QE tasks included in the release process included manual verification some of the issues included in the release, making sure automation jobs pass and upgrade automation jobs passing.
13
14
The upgrade automation failure on RHEL6 was identified as a problem not with Pulp, but with how the upgrade is performed. Pulp 2.8 is installed using ansible. Then the upgrade is performed using a bash script that Jenkins runs. As a result, when the the services are started after the upgrade the pid files started in the java_t context. When pulp-smash, or anything else, tries to stop the services the following denial is recorded in the audit.log:
15
16
type=AVC msg=audit(1480428276.495:3071): avc: denied { signal } for pid=23019 comm="celery" scontext=unconfined_u:system_r:celery_t:s0 tcontext=unconfined_u:system_r:unconfined_java_t:s0-s0:c0.c1023 tclass=process
17
18
The above log says that a signal being sent by command 'celery' that has the unconfined_u:system_r:celery_t:s0 context is being denied. The signal is being sent to a process running in the unconfined_u:system_r:unconfined_java_t:s0-s0:c0.c1023 context.
19
20
The solution is to convert the upgrade job from a bash script to an ansible playbook.
21
22
Due to this failure upgrade on RHEL 6 was done manually and tests passed.
23 5 pthomas@redhat.com
24 6 pthomas@redhat.com
  - Pulp QE approve the release of pulp 2.10.3 \*
25 1 pthomas@redhat.com
26
Beta History  
27
Beta 1: 21 November 2016
28
29
\*Bugs Included  
30
\*
31
32
2354 RPM Support Incorrect URL on lazy catalog entries created for existing RPM content units  
33
2362 RPM Support applicability calculation wastes time scanning a list  
34
2374 RPM Support Can't skip distribution content during sync  
35
2436 Pulp pulp-selinux RPM fails to run restorecon statements post install  
36
2195 Pulp can't sync unit that was previously uploaded  
37
2372 RPM Support updating importer ssl_client_cert to null fails with error  
38
2424 Pulp restorecon runs unecessarily for all 2.10+ upgrades
39
40
\*New Issues Filed  
41
\*  
42
https://pulp.plan.io/issues/245
43
44
\*Action Items
45
46
  -   
47
    Add new pulp smash issues verify the selinux context.
48
49
https://github.com/PulpQE/pulp-smash/issues/442