Jonathan
f7aa5fcbbf
Add chaining to Collect node ( #8933 )
...
* Add chained collect node
* test(frontend): align parseSchema fixtures with collect v1.1 and normalize undefined fields in assertions
* fix(nodes): block collect-to-collect links when inferred item types differ
---------
Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com >
2026-03-24 01:39:52 +00:00
psychedelicious
baae998b5b
tests(app): add failing test for collector edge case
...
squash
squash
2025-06-30 23:39:28 +10:00
Mary Hipp
c7878fddc6
(pytest) mock emit_invocation_progress on events service
2024-11-15 05:49:05 +11:00
psychedelicious
a876675448
tests: update tests to use new events
2024-05-27 09:06:02 +10:00
psychedelicious
5cba55d670
test: clean up & fix tests
...
- Deduplicate the mock invocation services. This is possible now that the import order issue is resolved.
- Merge `DummyEventService` into `TestEventService` and update all tests to use `TestEventService`.
2024-03-01 10:42:33 +11:00
psychedelicious
0b81703c9f
tidy(nodes): move node tests to parent dir
...
Thanks to the resolution of the import vs union issue, we can put tests anywhere.
2024-03-01 10:42:33 +11:00