Actions
Issue #3563
closedTravis tests are failing for pulp
Status:
CLOSED - CURRENTRELEASE
Priority:
High
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 35
Quarter:
Description
There's a new pulp-smash test ArtifactsDeleteFileSystemTestCase and it's failing in Travis. Here's an example of the failure:
https://travis-ci.org/pulp/pulp/jobs/364883594
Relevant output:
pulpcore/api_v3/test_crd_artifacts.py::ArtifactsDeleteFileSystemTestCase::test_all <- ../../../virtualenv/python3.5.5/lib/python3.5/site-packages/pulp_smash/tests/pulp3/pulpcore/api_v3/test_crd_artifacts.py The authenticity of host 'localhost (127.0.0.1)' can't be established.
ECDSA key fingerprint is 11:ea:b3:83:4b:31:e1:b7:65:17:48:b8:8d:dd:5a:3c.
Are you sure you want to continue connecting (yes/no)?
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Looks like it's waiting on stdin.
Updated by dalley over 6 years ago
- Priority changed from Normal to High
- Severity changed from 2. Medium to 3. High
- Triaged changed from No to Yes
- Sprint set to Sprint 35
Updated by Ichimonji10 over 6 years ago
<ichimonji10> The CLI client is trying to SSH into the local host.
<ichimonji10> I assume Smash is running on the same host that's being tested?
<dkliban> yes
<ichimonji10> Either SSH can be configured, OR things can be tweaked so that a local shell is spawned.
<ichimonji10> The latter option is probably preferred.
<dkliban> ichimonji10: https://github.com/pulp/pulp/blob/3.0-dev/.travis/pulp-smash-config.json
<dkliban> that's the config we are using
<dkliban> ichimonji10: can we modify it to fix this problem?
<ichimonji10> Easily.
<ichimonji10> There's one of two solutions.
<ichimonji10> One solution is to make the hostname be equal to the output of socket.getfqdn().
<ichimonji10> https://github.com/pulp/pulp/blob/3.0-dev/.travis/pulp-smash-config.json#L8
<dkliban> what's the other solution? though i think we can work with this one
<ichimonji10> The other solution is to insert 'transport': 'local' here: https://github.com/pulp/pulp/blob/3.0-dev/.travis/pulp-smash-config.json#L17
Added by dkliban@redhat.com over 6 years ago
Added by dkliban@redhat.com over 6 years ago
Added by dalley over 6 years ago
Added by dalley over 6 years ago
Updated by dkliban@redhat.com over 6 years ago
- Status changed from NEW to MODIFIED
Applied in changeset pulp|df633b237c6be81e5d5243ee37c37a659508dcb2.
Updated by dalley over 6 years ago
Applied in changeset pulp|84897a78af1dddce21becdea595bfa6b1a1d79d8.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
closes #3563 https://pulp.plan.io/issues/3563