perfsonar / perl-shared

Shared libraries used by perl packages and referenced as a submodule in many git repos
Apache License 2.0
7 stars 3 forks source link

Fix JSON boolean handling for jessie and trusty #309 #53

Closed vvidic closed 6 years ago

vvidic commented 6 years ago

Toolkit fails to load test configuration from disk.

vvidic commented 6 years ago

Andy, can you check this fix for the toolkit issue with loading test configuration?

laeti-tia commented 6 years ago

@vvidic do we still need this PR OR has this been solved with the new include trick?

vvidic commented 6 years ago

On Sun, Jun 10, 2018 at 11:14:52PM -0700, Antoine Delvaux wrote:

@vvidic do we still need this PR OR has this been solved with the new include trick?

Seems that test configuration is still empty. Maybe we need to add an include in one more place...

-- Valentin Vidic Computer Systems Engineer - Expert Department of Computer Infrastructure and Services Croatian Academic and Research Network - CARNET Josipa Marohnica 5, HR-10000 Zagreb, Croatia tel: +385 1 6661 714, fax. +385 1 6661 635 gsm: +385 91 2480 919 www.CARNet.hr

vvidic commented 6 years ago

On Sun, Jun 10, 2018 at 11:14:52PM -0700, Antoine Delvaux wrote:

@vvidic do we still need this PR OR has this been solved with the new include trick?

Adding use to regular_testing.cgi also fixes the problem, guess we should use that?

use perfSONAR_PS::Client::Utils;

-- Valentin Vidic Computer Systems Engineer - Expert Department of Computer Infrastructure and Services Croatian Academic and Research Network - CARNET Josipa Marohnica 5, HR-10000 Zagreb, Croatia tel: +385 1 6661 714, fax. +385 1 6661 635 gsm: +385 91 2480 919 www.CARNet.hr