Thanks. Easily ignored then. The only thing I am really interested in
getting fixed is the configuration of the server with which the end-to-end
test is trying to talk. Is there any guidance available in the doc(s)?

On 11/6/17, 2:38 PM, "dev-boun...@lists.openshift.redhat.com on behalf of
Christian Heimes" <dev-boun...@lists.openshift.redhat.com on behalf of
chei...@redhat.com> wrote:

>On 2017-11-02 16:29, Neale Ferguson wrote:
>> coverage: 75.9% of statements
>> 
>> FAIL    github.com/openshift/origin/pkg/build/cmd       0.124s
>> 
>> 
>> - It appears there are more ciphers supported in this level of go (1.8.1
>> - defined in /usr/lib/golang/src/crypto/tls/cipher_suites.go) than
>> openshift is prepared to use. I assume
>> updating pkg/cmd/server/crypto/crypto.go with these additional ciphers
>> would be required (among other places):
>> 
>> --- FAIL: TestConstantMaps (0.02s)
>> 
>>         crypto_test.go:35: discovered cipher
>> tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 not in ciphers map
>> 
>>         crypto_test.go:35: discovered cipher
>> tls.TLS_RSA_WITH_AES_128_CBC_SHA256 not in ciphers map
>> 
>>         crypto_test.go:35: discovered cipher
>> tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 not in ciphers map
>> 
>>         crypto_test.go:35: discovered cipher
>> tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 not in ciphers map
>> 
>>         crypto_test.go:35: discovered cipher
>> tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 not in ciphers map
>> 
>> Building CA...
>> 
>> Building intermediate 1...
>> 
>> Building intermediate 2...
>> 
>> Building server...
>> 
>> Building client...
>> 
>> FAIL
>> 
>> coverage: 12.7% of statements
>> 
>> FAIL    github.com/openshift/origin/pkg/cmd/server/crypto       1.857s
>
>Your assumption is correct. The five ciphers were added to the cipher
>map in
>https://github.com/tiran/origin/commit/6da689b0f307474ed5733a7c3c739bfb659
>9b6e0
>. The test assumes Golang 1.7.


_______________________________________________
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to