Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FGS]: triggers and other #647

Merged
merged 2 commits into from
Apr 19, 2024
Merged

[FGS]: triggers and other #647

merged 2 commits into from
Apr 19, 2024

Conversation

artem-lifshits
Copy link
Member

Acceptance tests

=== RUN   TestFunctionGraphLifecycle
--- PASS: TestFunctionGraphLifecycle (2.70s)
=== RUN   TestFunctionGraphExports
--- PASS: TestFunctionGraphExports (1.43s)
=== RUN   TestFunctionGraphList
--- PASS: TestFunctionGraphList (0.63s)
PASS

Process finished with the exit code 0

=== RUN   TestFunctionGraphListReserved
    tools.go:72: {
          "reserved_instances": null,
          "page_info": null,
          "count": 0
        }
    tools.go:72: {
          "reserved_instances": null,
          "page_info": {
            "next_marker": 0,
            "previous_marker": 0,
            "current_count": 0
          },
          "count": 0
        }
--- PASS: TestFunctionGraphListReserved (0.80s)
=== RUN   TestFunctionGraphReservedLifecycle
    tools.go:72: {
          "reserved_instances": null,
          "page_info": null,
          "count": 1
        }
--- PASS: TestFunctionGraphReservedLifecycle (1.51s)
PASS

Process finished with the exit code 0

=== RUN   TestFunctionTriggerLifecycle
    tools.go:72: {
          "trigger_id": "46e91d98134f4f29af8fea9c2b7fbdb1",
          "trigger_type_code": "LTS",
          "trigger_status": "ACTIVE",
          "event_data": {
            "log_group_id": "27c3823c-ad5a-42df-8d3c-e76ac6adda0c",
            "log_topic_id": "3e369d76-a034-4818-807c-c45f51ab97c1"
          },
          "last_updated_time": "2024-04-19T14:25:42+02:00",
          "created_time": "2024-04-19T14:25:42+02:00"
        }
--- PASS: TestFunctionTriggerLifecycle (5.55s)
PASS

Process finished with the exit code 0

=== RUN   TestFunctionGraphUtils
--- PASS: TestFunctionGraphUtils (1.86s)
=== RUN   TestFunctionGraphStatList
--- PASS: TestFunctionGraphStatList (0.55s)
=== RUN   TestFunctionGraphTemplate
    utils_test.go:55: API not published
--- SKIP: TestFunctionGraphTemplate (0.00s)

Test ignored.
PASS

Process finished with the exit code 0

@artem-lifshits artem-lifshits self-assigned this Apr 19, 2024
@artem-lifshits artem-lifshits added the gate Merge PR label Apr 19, 2024
Copy link
Contributor

otc-zuul bot commented Apr 19, 2024

Build succeeded.
https://zuul.otc-service.com/t/eco/buildset/6d2ff45233f34928ae2db366d39348b4

✔️ otc-golangci-lint SUCCESS in 2m 29s
✔️ golang-make-vet SUCCESS in 3m 07s
✔️ golang-make-test SUCCESS in 2m 36s
✔️ golang-make-functional SUCCESS in 7m 31s

@otc-zuul otc-zuul bot merged commit 2a70a5c into devel Apr 19, 2024
2 checks passed
@otc-zuul otc-zuul bot deleted the fgs_other branch April 19, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gate Merge PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants