diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index d425df09ff..e10763e90b 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -60,7 +60,7 @@ jobs: strategy: fail-fast: false matrix: - test: [ 'functional_633_634', 'unit'] + test: [ 'functional_146_146', functional_634_634 ] steps: - uses: actions/checkout@v2 diff --git a/src/lib/orionld/legacyDriver/legacyGetEntities.cpp b/src/lib/orionld/legacyDriver/legacyGetEntities.cpp index 5a81cccaeb..a2e1232d66 100644 --- a/src/lib/orionld/legacyDriver/legacyGetEntities.cpp +++ b/src/lib/orionld/legacyDriver/legacyGetEntities.cpp @@ -154,8 +154,6 @@ bool legacyGetEntities(void) QueryContextRequest mongoRequest; QueryContextResponse mongoResponse; - LM_W(("Getting entities on tenant '%s'", orionldState.tenantP->tenant)); - if ((id == NULL) && (idPattern == NULL) && (type == NULL) && ((geometry == NULL) || (*geometry == 0)) && (attrs == NULL) && (q == NULL) && (local == false)) { orionldError(OrionldBadRequestData, diff --git a/src/lib/orionld/legacyDriver/legacyGetEntity.cpp b/src/lib/orionld/legacyDriver/legacyGetEntity.cpp index b791e8844a..840e3e324b 100644 --- a/src/lib/orionld/legacyDriver/legacyGetEntity.cpp +++ b/src/lib/orionld/legacyDriver/legacyGetEntity.cpp @@ -381,8 +381,6 @@ bool legacyGetEntity(void) KjNode* regArray = NULL; char* eId = orionldState.wildcard[0]; - LM_W(("Retreiving entity '%s' from tenant '%s'", eId, orionldState.tenantP->tenant)); - // // Make sure the ID (eId) is a valid URI // diff --git a/src/lib/orionld/legacyDriver/legacyPostEntities.cpp b/src/lib/orionld/legacyDriver/legacyPostEntities.cpp index 28d9d4551d..f996dce218 100644 --- a/src/lib/orionld/legacyDriver/legacyPostEntities.cpp +++ b/src/lib/orionld/legacyDriver/legacyPostEntities.cpp @@ -169,8 +169,6 @@ bool legacyPostEntities(void) return false; } - LM_W(("Creating an entity '%s' of type '%s' on tenant '%s'", entityId, entityType, orionldState.tenantP->tenant)); - // // NOTE // payloadParseAndExtractSpecialFields() from orionldMhdConnectionTreat() decouples the entity id and type