PG1204 commented on code in PR #8552:
URL: https://github.com/apache/texera/pull/8552#discussion_r4058158838
##########
frontend/src/app/workspace/service/workflow-status/workflow-status.service.spec.ts:
##########
@@ -63,6 +63,19 @@ describe("WorkflowStatusService", () => {
service = TestBed.inject(WorkflowStatusService);
});
+ it("emits nothing on subscribe, before any producer has written", () => {
Review Comment:
Fixed. That row is now 14 / 3.
Two shared rows had drifted too, so I re-measured them all rather than just
the one: menu.component.spec.ts 125 -> 128 and workspace.component.spec.ts 26
-> 28, both from upstream. Totals are now 269 / 39, with an as-of line so the
drift reads as expected rather than wrong.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]