Project

General

Profile

Actions

Bug #16831

closed

arvbox and bundle errors

Added by Nico César over 3 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Tests
Target version:
Story points:
-
Release relationship:
Auto

Description

as noted https://dev.arvados.org/issues/15888#note-25
I was forced to do:

@@ -558,7 +555,7 @@ setup_ruby_environment() {
                 fi
             done
             "$bundle" version | tee /dev/stderr | grep -q 'version 2'
-        ) || fatal 'install bundler'
+        ) #|| fatal 'install bundler' ## This is needed for now.
     fi
 }

to make it possible to run arvbox tests (arvados/tools/arvbox/bin/arvbox restart test)

From Peter in the chat today:

Someone needs to dig into run-tests.sh and arvbox and figure out why, after installing a certain version of bundler, it doesn't get back the version it was expecting.

Also, arvbox was being held back on Ruby 2.3 because of SSO, which has problems with bundler 2.0, so the partial answer may be for arvbox to start using a newer Ruby (in other words bundler 2.0 doesn't actually support ruby 2.3 but earlier versions of bundler didn't check for it, and it worked in practice)


Subtasks 1 (0 open1 closed)

Task #16855: review 16267-change-arvbox-depsResolvedPeter Amstutz09/21/2020Actions

Related issues

Related to Arvados - Bug #16814: Remove python2 from arvboxResolvedNico César09/11/2020Actions
Related to Arvados - Bug #16853: [arvbox] various bugsNewActions
Actions

Also available in: Atom PDF