Include log chunk when task runner sees log update, clarify if we can pull logs from same line or next line

This commit is contained in:
Frostebite 2023-09-23 16:25:25 +01:00
parent b452c2b8f7
commit a760ee803f

View File

@ -5,7 +5,7 @@ const md5 = require('md5');
describe('Cloud Runner Remote Client', () => {
it('Responds', () => {});
setups();
it('Run one build it using K8s without error', async () => {
it('Loghash digestion input matches output', async () => {
const testLogStream = 'Test \n Log \n Stream';
const splitLogStream = testLogStream.split('\n');