kubeedge/cloud/pkg/cloudhub
Priyanshubhartistm 0ad2059aaf
cloud/cloudhub: fix "Node founded" typo in checknode response
checknode.go returned "Node founded" on the success path instead of
"Node found". This user-visible string was grammatically wrong.

The existing test expected "Node found" but passed silently because
assert.Contains does a substring match — "Node found" is a substring
of "Node founded" — hiding the bug from CI.

Fix:
- Correct the response string to "Node found"
- Strengthen the test assertion to assert.Equal so any future
  mismatch will be caught immediately

Signed-off-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com>
2026-06-23 00:59:15 +05:30
..
authorization cloudhub/authorization: parse CA certificate directly from DER bytes 2026-04-09 17:47:48 +05:30
common New node job status framework, Image prepull job implements it, fix some lint issue 2025-04-18 10:46:00 +08:00
config
dispatcher cloudhub/dispatcher: fix gofmt formatting 2026-04-13 16:29:50 +05:30
handler added unit test for message_handler.go 2026-04-15 23:55:01 +05:30
servers cloud/cloudhub: fix "Node founded" typo in checknode response 2026-06-23 00:59:15 +05:30
session [WIP] Reconstruct the metaserver db and replace beego with gorm 2026-03-02 10:48:53 +08:00
cloudhub.go Enhance the error handling of beehive modules 2025-10-24 19:08:17 +08:00
OWNERS