Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D datapool
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • sispub
  • datapool2
  • datapool
  • Merge requests
  • !7

changing conversion script type tests

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christian Foerster requested to merge test_conversion_script_change into development May 11, 2022
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 3

Hi Uwe,

I wrote 3 tests:

  • source conversion script from py to r
  • source conversion script from py to jl
  • source_type conversion script from py to jl

I found a two issues:

  1. when pool update-operational is executed in the cli tests the --cop-raw-files flag seems to be True, I'm not passing the argument and I tried turning it off, via the click default False argument, I didn't manage though. Ideas?

  2. data converted by Julia conversion scripts do not end up in the database. :/ After changing the conversion script I'm passing a file containing data with this date 2022-01-05. It's not in the signal table for Julia conversion scripts.

If something is unclear regarding the tests, let's have a quick chat via zoom.

Have a great one! Christian

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: test_conversion_script_change