mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-29 13:49:28 +08:00

* Return Auth service Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Compose to run with SpiceDB and Auth svc Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update auth gRPC API Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove Users' policies Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Move Groups to internal Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use shared groups in Users Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove unused code Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use pkg Groups in Things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove Things groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Make imports consistent Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Groups networking Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove things groups-specific API Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Move Things Clients to the root Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Move Clients to Users root Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Temporarily remove tracing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix imports Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add buffer config for gRPC Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update auth type for Things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use Auth for login Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add temporary solution for refresh token Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Tokenizer interface Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Updade tokens issuing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix token issuing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update JWT validator and refactor Tokenizer Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Rename access timeout Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Rename login to authenticate Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Identify to use SubjectID Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add Auth to Groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use the Auth service for Groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update auth schema Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix Auth for Groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add auth for addons (#14) Signed-off-by: Arvindh <arvindh91@gmail.com> Speparate Login and Refresh tokens Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Merge authN and authZ requests for things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add connect and disconnect Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update sharing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix policies addition and removal Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update relation with roels Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add gRPC to Things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Assign and Unassign members to group and Listing of Group members (#15) * add auth for addons Signed-off-by: Arvindh <arvindh91@gmail.com> * add assign and unassign to group Signed-off-by: Arvindh <arvindh91@gmail.com> * add group incomplete repo implementation Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Move coap mqtt and ws policies to spicedb (#16) Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Remove old policies Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> NOISSUE - Things authorize to return thingID (#18) This commit modifies the authorize endpoint to the grpc endpoint to return thingID. The authorize endpoint allows adapters to get the publisher of the message. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Add Groups to users service (#17) * add assign and unassign to group Signed-off-by: Arvindh <arvindh91@gmail.com> * add group incomplete repo implementation Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users stable 1 Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users stable 2 Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users & things Signed-off-by: Arvindh <arvindh91@gmail.com> * Amend signature Signed-off-by: Arvindh <arvindh91@gmail.com> * fix merge error Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Fix es code (#21) Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Fix Bugs (#20) * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Test e2e (#19) * fix: connect method Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * fix: e2e Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * fix changes in sdk and e2e Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(docker): remove unnecessary port mapping Remove the port mapping for MQTT broker in the docker-compose.yml file. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * Enable group listing Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(responses): update ChannelsPage struct The ChannelsPage struct in the responses.go file has been updated. The "Channels" field has been renamed to "Groups" to provide more accurate naming. This change ensures consistency and clarity in the codebase. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(things): add UpdateClientSecret method Add the UpdateClientSecret method to the things service. This method allows updating the client secret for a specific client identified by the provided token, id, and key parameters. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Use smaller buffers for gRPC Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Clean up tests (#22) Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add Connect Disconnect endpoints (#23) * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> * fix list of things in a channel and Add connect disconnect endpoint Signed-off-by: Arvindh <arvindh91@gmail.com> * fix list of things in a channel and Add connect disconnect endpoint Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add: Things share with users (#25) * fix list of things in a channel and Add connect disconnect endpoint Signed-off-by: Arvindh <arvindh91@gmail.com> * add: things share with other users Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Rename gRPC Services (#24) * Rename things and users auth service Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * docs: add authorization docs for gRPC services Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * Rename things and users grpc services Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * Remove mainflux.env package Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add: Listing of things, channels, groups, users (#26) * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Clean Up Users (#27) * feat(groups): rename redis package to events - Renamed the `redis` package to `events` in the `internal/groups` directory. - Updated the file paths and names accordingly. - This change reflects the more accurate purpose of the package and improves code organization. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(auth): Modify identity method Change request and response of identity method Add accessToken and refreshToken to Token response Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * clean up users, remove dead code Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(users): add unit tests for user service This commit adds unit tests for the user service in the `users` package. The tests cover various scenarios and ensure the correct behavior of the service. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add: List of user groups & removed repeating code in groups (#29) * removed repeating code in list groups Signed-off-by: Arvindh <arvindh91@gmail.com> * add: list of user group Signed-off-by: Arvindh <arvindh91@gmail.com> * fix: otel handler operator name for endpoints Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Clean Up Things Service (#28) * Rework things service Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * add tests Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Clean Up Auth Service (#30) * clean up auth service Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(auth): remove unused import Remove the unused import of `emptypb` in `auth.pb.go`. This import is not being used in the codebase and can be safely removed. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Update API docs (#31) Signed-off-by: rodneyosodo <blackd0t@protonmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Remove TODO comments and cleanup the code Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Update dependenices Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: rodneyosodo <blackd0t@protonmail.com> Co-authored-by: b1ackd0t <28790446+rodneyosodo@users.noreply.github.com> Co-authored-by: Arvindh <30824765+arvindh123@users.noreply.github.com>
755 lines
22 KiB
Go
755 lines
22 KiB
Go
// Copyright (c) Mainflux
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package api_test
|
|
|
|
import (
|
|
"encoding/json"
|
|
"fmt"
|
|
"net/http"
|
|
"net/http/httptest"
|
|
"testing"
|
|
"time"
|
|
|
|
authmocks "github.com/mainflux/mainflux/auth/mocks"
|
|
"github.com/mainflux/mainflux/internal/apiutil"
|
|
"github.com/mainflux/mainflux/pkg/transformers/senml"
|
|
"github.com/mainflux/mainflux/pkg/uuid"
|
|
"github.com/mainflux/mainflux/readers"
|
|
"github.com/mainflux/mainflux/readers/api"
|
|
"github.com/mainflux/mainflux/readers/mocks"
|
|
"github.com/stretchr/testify/assert"
|
|
)
|
|
|
|
const (
|
|
svcName = "test-service"
|
|
thingToken = "1"
|
|
userToken = "token"
|
|
email = "user@example.com"
|
|
invalid = "invalid"
|
|
numOfMessages = 100
|
|
valueFields = 5
|
|
subtopic = "topic"
|
|
mqttProt = "mqtt"
|
|
httpProt = "http"
|
|
msgName = "temperature"
|
|
instanceID = "5de9b29a-feb9-11ed-be56-0242ac120002"
|
|
)
|
|
|
|
var (
|
|
v float64 = 5
|
|
vs = "value"
|
|
vb = true
|
|
vd = "dataValue"
|
|
sum float64 = 42
|
|
|
|
idProvider = uuid.New()
|
|
adminRelationKeys = []string{"c_update", "c_list", "c_delete", "c_share"}
|
|
)
|
|
|
|
func newServer(repo readers.MessageRepository) *httptest.Server {
|
|
auth := new(authmocks.Service)
|
|
|
|
mux := api.MakeHandler(repo, auth, svcName, instanceID)
|
|
return httptest.NewServer(mux)
|
|
}
|
|
|
|
type testRequest struct {
|
|
client *http.Client
|
|
method string
|
|
url string
|
|
token string
|
|
key string
|
|
}
|
|
|
|
func (tr testRequest) make() (*http.Response, error) {
|
|
req, err := http.NewRequest(tr.method, tr.url, nil)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
if tr.token != "" {
|
|
req.Header.Set("Authorization", apiutil.BearerPrefix+tr.token)
|
|
}
|
|
if tr.key != "" {
|
|
req.Header.Set("Authorization", apiutil.ThingPrefix+tr.key)
|
|
}
|
|
|
|
return tr.client.Do(req)
|
|
}
|
|
|
|
func TestReadAll(t *testing.T) {
|
|
chanID, err := idProvider.ID()
|
|
assert.Nil(t, err, fmt.Sprintf("got unexpected error: %s", err))
|
|
pubID, err := idProvider.ID()
|
|
assert.Nil(t, err, fmt.Sprintf("got unexpected error: %s", err))
|
|
pubID2, err := idProvider.ID()
|
|
assert.Nil(t, err, fmt.Sprintf("got unexpected error: %s", err))
|
|
|
|
now := time.Now().Unix()
|
|
|
|
var messages []senml.Message
|
|
var queryMsgs []senml.Message
|
|
var valueMsgs []senml.Message
|
|
var boolMsgs []senml.Message
|
|
var stringMsgs []senml.Message
|
|
var dataMsgs []senml.Message
|
|
|
|
for i := 0; i < numOfMessages; i++ {
|
|
// Mix possible values as well as value sum.
|
|
msg := senml.Message{
|
|
Channel: chanID,
|
|
Publisher: pubID,
|
|
Protocol: mqttProt,
|
|
Time: float64(now - int64(i)),
|
|
Name: "name",
|
|
}
|
|
|
|
count := i % valueFields
|
|
switch count {
|
|
case 0:
|
|
msg.Value = &v
|
|
valueMsgs = append(valueMsgs, msg)
|
|
case 1:
|
|
msg.BoolValue = &vb
|
|
boolMsgs = append(boolMsgs, msg)
|
|
case 2:
|
|
msg.StringValue = &vs
|
|
stringMsgs = append(stringMsgs, msg)
|
|
case 3:
|
|
msg.DataValue = &vd
|
|
dataMsgs = append(dataMsgs, msg)
|
|
case 4:
|
|
msg.Sum = &sum
|
|
msg.Subtopic = subtopic
|
|
msg.Protocol = httpProt
|
|
msg.Publisher = pubID2
|
|
msg.Name = msgName
|
|
queryMsgs = append(queryMsgs, msg)
|
|
}
|
|
|
|
messages = append(messages, msg)
|
|
}
|
|
|
|
repo := mocks.NewMessageRepository(chanID, fromSenml(messages))
|
|
ts := newServer(repo)
|
|
defer ts.Close()
|
|
|
|
cases := []struct {
|
|
desc string
|
|
req string
|
|
url string
|
|
token string
|
|
key string
|
|
status int
|
|
res pageRes
|
|
}{
|
|
{
|
|
desc: "read page with valid offset and limit",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=10", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(messages)),
|
|
Messages: messages[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with valid offset and limit as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=10", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(messages)),
|
|
Messages: messages[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with negative offset as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=-1&limit=10", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with negative limit as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=-10", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with zero limit as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=0", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with non-integer offset as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=abc&limit=10", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with non-integer limit as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=abc", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with invalid channel id as thing",
|
|
url: fmt.Sprintf("%s/channels//messages?offset=0&limit=10", ts.URL),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with invalid token as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=10", ts.URL, chanID),
|
|
token: invalid,
|
|
status: http.StatusUnauthorized,
|
|
},
|
|
{
|
|
desc: "read page with multiple offset as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&offset=1&limit=10", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with multiple limit as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=20&limit=10", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with empty token as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=10", ts.URL, chanID),
|
|
token: "",
|
|
status: http.StatusUnauthorized,
|
|
},
|
|
{
|
|
desc: "read page with default offset as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?limit=10", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(messages)),
|
|
Messages: messages[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with default limit as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(messages)),
|
|
Messages: messages[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with senml format as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?format=messages", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(messages)),
|
|
Messages: messages[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with subtopic as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?subtopic=%s&protocol=%s", ts.URL, chanID, subtopic, httpProt),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(queryMsgs)),
|
|
Messages: queryMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with subtopic and protocol as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?subtopic=%s&protocol=%s", ts.URL, chanID, subtopic, httpProt),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(queryMsgs)),
|
|
Messages: queryMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with publisher as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?publisher=%s", ts.URL, chanID, pubID2),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(queryMsgs)),
|
|
Messages: queryMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with protocol as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?protocol=http", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(queryMsgs)),
|
|
Messages: queryMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with name as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?name=%s", ts.URL, chanID, msgName),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(queryMsgs)),
|
|
Messages: queryMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f", ts.URL, chanID, v),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value and equal comparator as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=%s", ts.URL, chanID, v, readers.EqualKey),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value and lower-than comparator as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=%s", ts.URL, chanID, v+1, readers.LowerThanKey),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value and lower-than-or-equal comparator as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=%s", ts.URL, chanID, v+1, readers.LowerThanEqualKey),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value and greater-than comparator as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=%s", ts.URL, chanID, v-1, readers.GreaterThanKey),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value and greater-than-or-equal comparator as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=%s", ts.URL, chanID, v-1, readers.GreaterThanEqualKey),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with non-float value as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=ab01", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with value and wrong comparator as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=wrong", ts.URL, chanID, v-1),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with boolean value as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?vb=true", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(boolMsgs)),
|
|
Messages: boolMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with non-boolean value as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?vb=yes", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with string value as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?vs=%s", ts.URL, chanID, vs),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(stringMsgs)),
|
|
Messages: stringMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with data value as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?vd=%s", ts.URL, chanID, vd),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(dataMsgs)),
|
|
Messages: dataMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with non-float from as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?from=ABCD", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
|
|
{
|
|
desc: "read page with non-float to as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?to=ABCD", ts.URL, chanID),
|
|
key: thingToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with from/to as thing",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?from=%f&to=%f", ts.URL, chanID, messages[19].Time, messages[4].Time),
|
|
key: thingToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(messages[5:20])),
|
|
Messages: messages[5:15],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with valid offset and limit as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=10", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(messages)),
|
|
Messages: messages[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with negative offset as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=-1&limit=10", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with negative limit as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=-10", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with zero limit as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=0", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with non-integer offset as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=abc&limit=10", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with non-integer limit as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=abc", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with invalid channel id as user",
|
|
url: fmt.Sprintf("%s/channels//messages?offset=0&limit=10", ts.URL),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with invalid token as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=10", ts.URL, chanID),
|
|
token: invalid,
|
|
status: http.StatusUnauthorized,
|
|
},
|
|
{
|
|
desc: "read page with multiple offset as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&offset=1&limit=10", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with multiple limit as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=20&limit=10", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with empty token as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0&limit=10", ts.URL, chanID),
|
|
token: "",
|
|
status: http.StatusUnauthorized,
|
|
},
|
|
{
|
|
desc: "read page with default offset as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?limit=10", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(messages)),
|
|
Messages: messages[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with default limit as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?offset=0", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(messages)),
|
|
Messages: messages[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with senml format as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?format=messages", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(messages)),
|
|
Messages: messages[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with subtopic as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?subtopic=%s&protocol=%s", ts.URL, chanID, subtopic, httpProt),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(queryMsgs)),
|
|
Messages: queryMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with subtopic and protocol as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?subtopic=%s&protocol=%s", ts.URL, chanID, subtopic, httpProt),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(queryMsgs)),
|
|
Messages: queryMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with publisher as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?publisher=%s", ts.URL, chanID, pubID2),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(queryMsgs)),
|
|
Messages: queryMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with protocol as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?protocol=http", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(queryMsgs)),
|
|
Messages: queryMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with name as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?name=%s", ts.URL, chanID, msgName),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(queryMsgs)),
|
|
Messages: queryMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f", ts.URL, chanID, v),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value and equal comparator as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=%s", ts.URL, chanID, v, readers.EqualKey),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value and lower-than comparator as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=%s", ts.URL, chanID, v+1, readers.LowerThanKey),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value and lower-than-or-equal comparator as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=%s", ts.URL, chanID, v+1, readers.LowerThanEqualKey),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value and greater-than comparator as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=%s", ts.URL, chanID, v-1, readers.GreaterThanKey),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with value and greater-than-or-equal comparator as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=%s", ts.URL, chanID, v-1, readers.GreaterThanEqualKey),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(valueMsgs)),
|
|
Messages: valueMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with non-float value as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=ab01", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with value and wrong comparator as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?v=%f&comparator=wrong", ts.URL, chanID, v-1),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with boolean value as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?vb=true", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(boolMsgs)),
|
|
Messages: boolMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with non-boolean value as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?vb=yes", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with string value as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?vs=%s", ts.URL, chanID, vs),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(stringMsgs)),
|
|
Messages: stringMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with data value as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?vd=%s", ts.URL, chanID, vd),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(dataMsgs)),
|
|
Messages: dataMsgs[0:10],
|
|
},
|
|
},
|
|
{
|
|
desc: "read page with non-float from as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?from=ABCD", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
|
|
{
|
|
desc: "read page with non-float to as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?to=ABCD", ts.URL, chanID),
|
|
token: userToken,
|
|
status: http.StatusBadRequest,
|
|
},
|
|
{
|
|
desc: "read page with from/to as user",
|
|
url: fmt.Sprintf("%s/channels/%s/messages?from=%f&to=%f", ts.URL, chanID, messages[19].Time, messages[4].Time),
|
|
token: userToken,
|
|
status: http.StatusOK,
|
|
res: pageRes{
|
|
Total: uint64(len(messages[5:20])),
|
|
Messages: messages[5:15],
|
|
},
|
|
},
|
|
}
|
|
|
|
for _, tc := range cases {
|
|
req := testRequest{
|
|
client: ts.Client(),
|
|
method: http.MethodGet,
|
|
url: tc.url,
|
|
token: tc.token,
|
|
key: tc.key,
|
|
}
|
|
res, err := req.make()
|
|
assert.Nil(t, err, fmt.Sprintf("%s: unexpected error %s", tc.desc, err))
|
|
|
|
var page pageRes
|
|
err = json.NewDecoder(res.Body).Decode(&page)
|
|
assert.Nil(t, err, fmt.Sprintf("%s: unexpected error while decoding response body: %s", tc.desc, err))
|
|
|
|
assert.Nil(t, err, fmt.Sprintf("%s: unexpected error %s", tc.desc, err))
|
|
assert.Equal(t, tc.status, res.StatusCode, fmt.Sprintf("%s: expected %d got %d", tc.desc, tc.status, res.StatusCode))
|
|
assert.Equal(t, tc.res.Total, page.Total, fmt.Sprintf("%s: expected %d got %d", tc.desc, tc.res.Total, page.Total))
|
|
assert.ElementsMatch(t, tc.res.Messages, page.Messages, fmt.Sprintf("%s: got incorrect body from response", tc.desc))
|
|
}
|
|
}
|
|
|
|
type pageRes struct {
|
|
readers.PageMetadata
|
|
Total uint64 `json:"total"`
|
|
Messages []senml.Message `json:"messages,omitempty"`
|
|
}
|
|
|
|
func fromSenml(in []senml.Message) []readers.Message {
|
|
var ret []readers.Message
|
|
for _, m := range in {
|
|
ret = append(ret, m)
|
|
}
|
|
return ret
|
|
}
|