Skip to content

Commit

Permalink
[#94] Enhance Testing Suite for Serverless Functions (#105)
Browse files Browse the repository at this point in the history
* Drop depreciated code

* Change loader

* refactor tests

* Add get links tests

* add tests query

* Add get incoming links

* Add test get link

* asset message

* service should be healthy
  • Loading branch information
levisingularity authored Apr 16, 2024
1 parent c9f03c5 commit 700b7c3
Show file tree
Hide file tree
Showing 24 changed files with 277 additions and 1,062 deletions.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ DAS_DATABASE_PASSWORD=${MONGO_INITDB_ROOT_PASSWORD}
ATOMDB_PACKAGE_PATH=
QUERY_ENGINE_PACKAGE_PATH=

DAS_KNOWLEDGE_BASE=/data/samples/animals.metta
DAS_METTA_PARSER_VERSION=latest

DAS_KNOWLEDGE_BASE=/tmp/animals.metta
72 changes: 0 additions & 72 deletions .github/workflows/aws-ci.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/version.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/vultr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
description: "Select a function to build:"
default: das-query-engine
options:
- das-atomdb
- das-query-engine

jobs:
Expand Down
107 changes: 0 additions & 107 deletions das-atomdb/actions.py

This file was deleted.

32 changes: 0 additions & 32 deletions das-atomdb/config.py

This file was deleted.

Loading

0 comments on commit 700b7c3

Please sign in to comment.