Skip to content

Commit

Permalink
PRO-614 REFACTOR Make Abb_cache testable anda dd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitz committed Nov 20, 2024
1 parent 1961ca3 commit 011257a
Show file tree
Hide file tree
Showing 8 changed files with 651 additions and 300 deletions.
2 changes: 2 additions & 0 deletions code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ terrat: test-release_terrat test-release_terrat_github_webhooks

terrat: test-release_jsonu

terrat: test-release_abb_cache

terrat: release_terrat_code_indexer debug_terrat_code_indexer

terrat-api: release_openapi_cli
Expand Down
31 changes: 29 additions & 2 deletions code/pds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,14 @@ deps = [ "abb_fut", "abb_intf", "abb_thread_pool", "containers", "iter", "mtime.

[src.abb_cache]
install = true
deps = [ "abb", "abb_future_combinators", "containers", "duration", "lru",]
deps = [
"abb",
"abb_future_combinators",
"abb_intf",
"containers",
"duration",
"lru",
]

[src.jwk]
install = true
Expand Down Expand Up @@ -573,7 +580,19 @@ deps = [ "cmdliner", "containers", "process", "toml", "snabela",]

[src.abbs]
install = true
deps = [ "abb", "abb_channel", "abb_channel_queue", "abb_future_combinators", "abb_happy_eyeballs", "abb_io", "abb_service_local", "abb_service_serializer", "abb_tcp_server", "abb_time",]
deps = [
"abb",
"abb_cache",
"abb_channel",
"abb_channel_queue",
"abb_future_combinators",
"abb_happy_eyeballs",
"abb_io",
"abb_service_local",
"abb_service_serializer",
"abb_tcp_server",
"abb_time",
]

[src.opentofu_mods_cli]
install = false
Expand Down Expand Up @@ -732,3 +751,11 @@ deps = [ "abb_intf", "abb_test", "abb_scheduler_kqueue",]
[src.kqueue.selector.linux.debug]
meta_linkopts = "-cclib -lkqueue"
extra_compiler_opts = "-g -strict-sequence -strict-formats -safe-string -w '@d@f@p@u@s@40' -ccopt -I/usr/include/kqueue"

[tests.abb_cache]
deps = [
"abb_cache",
"abb_scheduler_select",
"containers",
"oth_abb",
]
Loading

0 comments on commit 011257a

Please sign in to comment.