[sqlite] test fix

parent dfbfaf30
Pipeline #7380 passed with stages
in 69 minutes and 26 seconds
...@@ -128,7 +128,6 @@ ...@@ -128,7 +128,6 @@
- "taggy-0.2.1" - "taggy-0.2.1"
- "taggy-lens-0.1.2" - "taggy-lens-0.1.2"
- "tasty-1.5" - "tasty-1.5"
- "tasty-bench-0.4"
- "tasty-hspec-1.2.0.4" - "tasty-hspec-1.2.0.4"
- "tasty-hunit-0.10.2" - "tasty-hunit-0.10.2"
- "tasty-quickcheck-0.11" - "tasty-quickcheck-0.11"
...@@ -159,14 +158,6 @@ ...@@ -159,14 +158,6 @@
- "zip-2.0.1" - "zip-2.0.1"
- "zip-archive-0.4.3.2" - "zip-archive-0.4.3.2"
- "zlib-0.7.1.0" - "zlib-0.7.1.0"
- commit: 2b5d69448557e89002c0179ea1aaf59bb757a6e3
git: "https://github.com/AccelerateHS/accelerate-llvm.git"
subdirs:
- "accelerate-llvm-native/"
- commit: 2b5d69448557e89002c0179ea1aaf59bb757a6e3
git: "https://github.com/AccelerateHS/accelerate-llvm.git"
subdirs:
- "accelerate-llvm/"
- commit: 334d05519436bb7f20f9926ec76418f5b8afa359 - commit: 334d05519436bb7f20f9926ec76418f5b8afa359
git: "https://github.com/AccelerateHS/accelerate.git" git: "https://github.com/AccelerateHS/accelerate.git"
subdirs: subdirs:
...@@ -175,14 +166,6 @@ ...@@ -175,14 +166,6 @@
git: "https://github.com/adinapoli/http-reverse-proxy.git" git: "https://github.com/adinapoli/http-reverse-proxy.git"
subdirs: subdirs:
- . - .
- commit: 7533a9ccd3bfe77141745f6b61039a26aaf5c83b
git: "https://github.com/adinapoli/llvm-hs.git"
subdirs:
- "llvm-hs"
- commit: 7533a9ccd3bfe77141745f6b61039a26aaf5c83b
git: "https://github.com/adinapoli/llvm-hs.git"
subdirs:
- "llvm-hs-pure"
- commit: a110807651036ca2228a76507ee35bbf7aedf87a - commit: a110807651036ca2228a76507ee35bbf7aedf87a
git: "https://github.com/alpmestan/accelerate-arithmetic.git" git: "https://github.com/alpmestan/accelerate-arithmetic.git"
subdirs: subdirs:
...@@ -328,8 +311,6 @@ flags: ...@@ -328,8 +311,6 @@ flags:
templatehaskell: true templatehaskell: true
SHA: SHA:
exe: false exe: false
"abstract-deque":
usecas: false
accelerate: accelerate:
"bounds-checks": true "bounds-checks": true
debug: false debug: false
...@@ -455,7 +436,7 @@ flags: ...@@ -455,7 +436,7 @@ flags:
"no-double-conversion": false "no-double-conversion": false
gargantext: gargantext:
"enable-benchmarks": false "enable-benchmarks": false
"no-phylo-debug-logs": true "no-phylo-debug-logs": false
"test-crypto": false "test-crypto": false
graphviz: graphviz:
"test-parsing": false "test-parsing": false
...@@ -510,18 +491,12 @@ flags: ...@@ -510,18 +491,12 @@ flags:
"test-properties": true "test-properties": true
"test-templates": true "test-templates": true
trustworthy: true trustworthy: true
libffi:
"ghc-bundled-libffi": true
libyaml: libyaml:
"no-unicode": false "no-unicode": false
"system-libyaml": false "system-libyaml": false
linear: linear:
herbie: false herbie: false
"template-haskell": true "template-haskell": true
"llvm-hs":
debug: false
"llvm-with-rtti": false
"shared-llvm": true
lzma: lzma:
pkgconfig: true pkgconfig: true
massiv: massiv:
...@@ -634,8 +609,6 @@ flags: ...@@ -634,8 +609,6 @@ flags:
transformers: true transformers: true
tasty: tasty:
unix: true unix: true
"tasty-bench":
tasty: true
"tasty-golden": "tasty-golden":
"build-example": false "build-example": false
"text-format": "text-format":
......
...@@ -5,7 +5,7 @@ module Test.API.Export (tests) where ...@@ -5,7 +5,7 @@ module Test.API.Export (tests) where
import Control.Lens (view) import Control.Lens (view)
import Data.ByteString.Lazy qualified as BSL import Data.ByteString.Lazy qualified as BSL
import Data.Version (parseVersion, showVersion) import Data.Version (showVersion)
import Database.SQLite.Simple qualified as S import Database.SQLite.Simple qualified as S
-- import Fmt (build) -- import Fmt (build)
import Gargantext.API.Node.Corpus.Export.Types (CorpusSQLite(..), CorpusSQLiteData(..)) import Gargantext.API.Node.Corpus.Export.Types (CorpusSQLite(..), CorpusSQLiteData(..))
...@@ -18,7 +18,7 @@ import Gargantext.Core.Types.Individu ...@@ -18,7 +18,7 @@ import Gargantext.Core.Types.Individu
import Gargantext.Database.Action.Flow (addDocumentsToHyperCorpus) import Gargantext.Database.Action.Flow (addDocumentsToHyperCorpus)
import Gargantext.Database.Action.User (getUserId) import Gargantext.Database.Action.User (getUserId)
import Gargantext.Database.Admin.Types.Hyperdata.Corpus (HyperdataCorpus) import Gargantext.Database.Admin.Types.Hyperdata.Corpus (HyperdataCorpus)
import Gargantext.Database.Admin.Types.Node (NodeType(NodeFolder, NodeCorpus, NodeFolderPrivate), NodeId(UnsafeMkNodeId)) import Gargantext.Database.Admin.Types.Node (NodeType(NodeFolder, NodeCorpus, NodeFolderPrivate))
import Gargantext.Database.Query.Table.Node (getOrMkList, getNodeWith, insertDefaultNode, insertNode) import Gargantext.Database.Query.Table.Node (getOrMkList, getNodeWith, insertDefaultNode, insertNode)
import Gargantext.Database.Query.Tree.Root (getRootId) import Gargantext.Database.Query.Tree.Root (getRootId)
import Gargantext.Database.Schema.Node (node_hyperdata) import Gargantext.Database.Schema.Node (node_hyperdata)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment