Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
vidjil
vidjil
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,711
    • Issues 1,711
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 86
    • Merge Requests 86
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • vidjil
  • vidjilvidjil
  • Issues
  • #4649

Closed (duplicated)
Open
Opened Jan 15, 2021 by Mathieu Giraud@magiraudOwner

mulitple-test et json.decoder.JSONDecodeError

Sur plusieurs slaves, should-get-tests/productive.should est en échec a priori sur dev, comme dans https://gitlab.inria.fr/vidjil/vidjil/-/jobs/927650 :

should-get-tests/productive.should
  (...)
  File "should.py", line 401, in deep_get
    raise KeyError(key)
KeyError: 'clones[1].seg.junction.unproductive'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "should.py", line 1324, in <module>
    fs.test(variables = variables, cd = args.cd, cd_same = args.cd_same, output = args.output, verbose = args.verbose, only = only)
  File "should.py", line 1177, in test
    s.test(open(f), variables, verbose - 1, only=only)
  File "should.py", line 952, in test
    self.one_test(test, current_test_lines, verbose, colorize)
  File "should.py", line 1060, in one_test
    test.test(test_lines, variables=self.variables_all, verbose=verbose-1)
  File "should.py", line 747, in test
    except (json.decoder.JSONDecodeError, KeyError):
AttributeError: 'module' object has no attribute 'JSONDecodeError'

Une version de python qui n'est pas la bonne ?

Edited Jan 15, 2021 by Mathieu Giraud
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: vidjil/vidjil#4649