[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

DONE: ruby-aruba (RC bug fixing)



On Mon, Sep 19, 2016 at 03:36:40PM +0300, Hleb Valoshka wrote:
> On 9/16/16, Cédric Boutillier <boutil@debian.org> wrote:

> I don't maintain ruby-aruba and so I know nothing about it, I've just
> found an issue with it while working on berkshelf, then and prepared a
> patch for it using upstream commit fixing it.

> And I know nothing about autopkgtest, so currently I'm unable to test
> whether I fix the failure you found correctly.

> So maybe it's better to release it without support for autopkgtest and
> then wait till maintainer fix it?


I uploaded the package the package with the additional following patch
to skip the failing test in autopkgtest environment.
Thanks of the RC bug fixing!

Cheers,

Cédric


--- a/spec/aruba/api_spec.rb
+++ b/spec/aruba/api_spec.rb
@@ -548,7 +548,7 @@
             context 'when source is contains "~" in path' do
               let(:source) { '~/file.txt' }
               it { expect(destination).to be_an_existing_file }
-            end
+            end unless ENV["AUTOPKGTEST_TMP"]
 
             context 'when source is fixture' do
               let(:source) { '%/copy/file.txt' }

Attachment: signature.asc
Description: PGP signature


Reply to: