Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
haskell-gargantext
haskell-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 159
    • Issues 159
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 6
    • Merge Requests 6
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • haskell-gargantexthaskell-gargantext
  • Merge Requests
  • !255

Closed
Opened Feb 28, 2024 by Alfredo Di Napoli@AlfredoDiNapoli
  • Report abuse
Report abuse

WIP: Add toPhyloWithoutLink test coverage

Don't merge yet, I need to figure out why tests passes locally:

Gargantext
  JSON
    Phylo
      PeriodToNode:                  OK (0.09s)
        +++ OK, passed 100 tests.
      GraphData:                     OK (1.77s)
        +++ OK, passed 100 tests.
      GraphDataData:                 OK (0.23s)
        +++ OK, passed 100 tests.
      ObjectData:                    OK (0.21s)
        +++ OK, passed 100 tests.
      PhyloData:                     OK (2.04s)
        +++ OK, passed 100 tests.
      LayerData:                     OK (0.06s)
        +++ OK, passed 100 tests.
      can parse bpa_phylo_test.json: OK (0.09s)
      can parse open_science.json:   OK (0.03s)
  Phylo
    toPhyloWithoutLink
      returns expected data:         OK (0.52s)
    toPhylo
      returns expected data:         OK (5.81s)
    relatedComponents
      finds simple connection:       OK

All 11 tests passed (5.87s)
Test suite garg-test-tasty: PASS

But not on CI. I will probably use tree-diff to figure out why the generate Phylo differs.

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b adinapoli/phylo-profile-3 origin/adinapoli/phylo-profile-3

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/dev
git merge --no-ff adinapoli/phylo-profile-3

Step 4. Push the result of the merge to GitLab

git push origin dev

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 2
  • Commits 3
  • Pipelines 3
  • Changes 8
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
1
Labels
DO NOT MERGE
Assign labels
  • View project labels
Reference: gargantext/haskell-gargantext!255