Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integration.cloud.clouds.test_gce failures #53012

Closed
garethgreenaway opened this issue May 14, 2019 · 8 comments
Closed

integration.cloud.clouds.test_gce failures #53012

garethgreenaway opened this issue May 14, 2019 · 8 comments
Assignees
Labels
Test-Failure Fix the CI failure ⛈ v2019.2 unsupported version v2019.2.1 unsupported version
Milestone

Comments

@garethgreenaway
Copy link
Contributor

integration.cloud.clouds.test_gce.GCETest.test_instance_extra test failures

2019.2 failed salt-centos-7-py2-cloud, salt-centos-7-py3-cloud

'cloud-test-mqge3x:' not found in []


Traceback (most recent call last):
  File "/tmp/kitchen/testing/tests/support/helpers.py", line 212, in wrap
    raise exc
  File "/tmp/kitchen/testing/tests/support/helpers.py", line 209, in wrap
    return caller(cls)
  File "/tmp/kitchen/testing/tests/integration/cloud/clouds/test_gce.py", line 118, in test_instance_extra
    self.assertIn(ret_str, instance)
AssertionError: 'cloud-test-mqge3x:' not found in []


integration.cloud.clouds.test_gce.GCETest.test_instance test failures
=======

2019.2 failed [salt-centos-7-py2-cloud](https://jenkinsci.saltstack.com/job/2019.2/job/salt-centos-7-py2-cloud/77/testReport/junit/integration.cloud.clouds.test_gce/GCETest/test_instance), [salt-centos-7-py3-cloud](https://jenkinsci.saltstack.com/job/2019.2/job/salt-centos-7-py3-cloud/77/testReport/junit/integration.cloud.clouds.test_gce/GCETest/test_instance)
---

'cloud-test-fv10bo:' not found in []

Traceback (most recent call last):
File "/tmp/kitchen/testing/tests/support/helpers.py", line 212, in wrap
raise exc
File "/tmp/kitchen/testing/tests/support/helpers.py", line 209, in wrap
return caller(cls)
File "/tmp/kitchen/testing/tests/integration/cloud/clouds/test_gce.py", line 87, in test_instance
self.assertIn(ret_str, instance)
AssertionError: 'cloud-test-fv10bo:' not found in []

@garethgreenaway garethgreenaway added the Test-Failure Fix the CI failure ⛈ label May 14, 2019
@garethgreenaway garethgreenaway added this to the Approved milestone May 14, 2019
@garethgreenaway garethgreenaway added the v2019.2 unsupported version label May 14, 2019
@Ch3LL Ch3LL added the v2019.2.1 unsupported version label Jun 10, 2019
@Ch3LL
Copy link
Contributor

Ch3LL commented Jun 10, 2019

@Akm0d
Copy link
Contributor

Akm0d commented Jun 11, 2019

Verified the bug, it looks as though our SSL certificates for accessing the gce test machine are expired

@Akm0d
Copy link
Contributor

Akm0d commented Jun 13, 2019

@bryceml let's see if a certificate has expired in GCE and renew it

@Akm0d
Copy link
Contributor

Akm0d commented Jun 18, 2019

@Akm0d Akm0d added the fixed-pls-verify fix is linked, bug author to confirm fix label Jun 19, 2019
@Akm0d
Copy link
Contributor

Akm0d commented Jun 19, 2019

Traceback (most recent call last):
File "/tmp/kitchen/testing/tests/support/helpers.py", line 212, in wrap
raise exc
AssertionError: u'cloud-test-bbe7og' not found in u''

@Akm0d Akm0d removed the fixed-pls-verify fix is linked, bug author to confirm fix label Jun 19, 2019
@Akm0d
Copy link
Contributor

Akm0d commented Jun 26, 2019

This error might be related to all the cloud tests failing

[ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.clouds.openstack. Module will not be loaded: global name 'shade' is not defined
[WARNING ] salt.loaded.int.clouds.openstack.__virtual__() is wrongly returning `None`. It should either return `True`, `False` or a new name. If you're the developer of the module 'openstack', please fix this.

@gtmanfred do you have any input? A git blame shows you have worked pretty much exclusively on the openstack cloud driver.

@gtmanfred
Copy link
Contributor

/shrug

I have no access to run or see those tests anymore. But they were passing last year when i wrote it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Test-Failure Fix the CI failure ⛈ v2019.2 unsupported version v2019.2.1 unsupported version
Projects
None yet
Development

No branches or pull requests

4 participants