Include log chunk when task runner sees log update, clarify if we can pull logs from same line or next line
parent
b452c2b8f7
commit
a760ee803f
|
@ -5,7 +5,7 @@ const md5 = require('md5');
|
||||||
describe('Cloud Runner Remote Client', () => {
|
describe('Cloud Runner Remote Client', () => {
|
||||||
it('Responds', () => {});
|
it('Responds', () => {});
|
||||||
setups();
|
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 testLogStream = 'Test \n Log \n Stream';
|
||||||
|
|
||||||
const splitLogStream = testLogStream.split('\n');
|
const splitLogStream = testLogStream.split('\n');
|
||||||
|
|
Loading…
Reference in New Issue