@@ -92,14 +92,6 @@ stdout--------------------------------------------:
9292ℹ Available at http://__URL__
9393` ;
9494
95- exports [` FEDERATION > can update a service without providing a url if previously published > schemaPublish (initial) 1` ] = `
96- :::::::::::::::: CLI SUCCESS OUTPUT :::::::::::::::::
97-
98- stdout--------------------------------------------:
99- ✔ Published initial schema.
100- ℹ Available at http://__URL__
101- ` ;
102-
10395exports [` FEDERATION > can update the service url and show it in comparison query > schemaPublish (initial) 1` ] = `
10496:::::::::::::::: CLI SUCCESS OUTPUT :::::::::::::::::
10597
@@ -361,103 +353,6 @@ stdout--------------------------------------------:
361353ℹ Available at http://__URL__
362354` ;
363355
364- exports [` SINGLE > can update a service without providing a url if previously published > schema publish initial 1` ] = `
365- :::::::::::::::: CLI SUCCESS OUTPUT :::::::::::::::::
366-
367- stdout--------------------------------------------:
368- ✔ Published initial schema.
369- ℹ Available at http://__URL__
370- ` ;
371-
372- exports [` SINGLE > can update a service without providing a url if previously published > schema publish same url 1` ] = ` ` ;
373-
374- exports [` SINGLE > can update a service without providing a url if previously published > schemaPublish (initial) 1` ] = `
375- :::::::::::::::: CLI SUCCESS OUTPUT :::::::::::::::::
376-
377- stdout--------------------------------------------:
378- ✔ Published initial schema.
379- ℹ Available at http://__URL__
380- ` ;
381-
382- exports [` SINGLE > check validates the service name > onlyNumbers 1` ] = `
383- :::::::::::::::: CLI FAILURE OUTPUT :::::::::::::::
384- exitCode------------------------------------------:
385- 1
386- stderr--------------------------------------------:
387- __NONE__
388- stdout--------------------------------------------:
389- ✖ Detected 1 error
390-
391- - Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), underscore (_), or forward slash (/).
392-
393-
394- ` ;
395-
396- exports [` SINGLE > check validates the service name > specialCharacters 1` ] = `
397- :::::::::::::::: CLI FAILURE OUTPUT :::::::::::::::
398- exitCode------------------------------------------:
399- 1
400- stderr--------------------------------------------:
401- __NONE__
402- stdout--------------------------------------------:
403- ✖ Detected 1 error
404-
405- - Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), underscore (_), or forward slash (/).
406-
407-
408- ` ;
409-
410- exports [` SINGLE > check validates the service name > success 1` ] = `
411- :::::::::::::::: CLI SUCCESS OUTPUT :::::::::::::::::
412-
413- stdout--------------------------------------------:
414- ✔ Schema registry is empty, nothing to compare your schema with.
415- View full report:
416- http://__URL__
417- ` ;
418-
419- exports [` SINGLE > publish validates the service name > onlyNumbers 1` ] = `
420- :::::::::::::::: CLI FAILURE OUTPUT :::::::::::::::
421- exitCode------------------------------------------:
422- 2
423- stderr--------------------------------------------:
424- › Error: Schema publish failed. [300]
425- › > See https://__URL__ for
426- › a complete list of error codes and recommended fixes.
427- › To disable this message set HIVE_NO_ERROR_TIP=1
428- stdout--------------------------------------------:
429- ✖ Detected 1 error
430-
431- - Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), underscore (_), or forward slash (/).
432-
433-
434- ` ;
435-
436- exports [` SINGLE > publish validates the service name > specialCharacters 1` ] = `
437- :::::::::::::::: CLI FAILURE OUTPUT :::::::::::::::
438- exitCode------------------------------------------:
439- 2
440- stderr--------------------------------------------:
441- › Error: Schema publish failed. [300]
442- › > See https://__URL__ for
443- › a complete list of error codes and recommended fixes.
444- › To disable this message set HIVE_NO_ERROR_TIP=1
445- stdout--------------------------------------------:
446- ✖ Detected 1 error
447-
448- - Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), underscore (_), or forward slash (/).
449-
450-
451- ` ;
452-
453- exports [` SINGLE > publish validates the service name > success 1` ] = `
454- :::::::::::::::: CLI SUCCESS OUTPUT :::::::::::::::::
455-
456- stdout--------------------------------------------:
457- ✔ Published initial schema.
458- ℹ Available at http://__URL__
459- ` ;
460-
461356exports [` SINGLE > publishing invalid schema SDL provides meaningful feedback for the user. > schemaPublish 1` ] = `
462357:::::::::::::::: CLI FAILURE OUTPUT :::::::::::::::
463358exitCode------------------------------------------:
@@ -629,24 +524,6 @@ stdout--------------------------------------------:
629524ℹ Available at http://__URL__
630525` ;
631526
632- exports [` STITCHING > can update a service without providing a url if previously published > schema publish initial 1` ] = `
633- :::::::::::::::: CLI SUCCESS OUTPUT :::::::::::::::::
634-
635- stdout--------------------------------------------:
636- ✔ Published initial schema.
637- ℹ Available at http://__URL__
638- ` ;
639-
640- exports [` STITCHING > can update a service without providing a url if previously published > schema publish same url 1` ] = ` ` ;
641-
642- exports [` STITCHING > can update a service without providing a url if previously published > schemaPublish (initial) 1` ] = `
643- :::::::::::::::: CLI SUCCESS OUTPUT :::::::::::::::::
644-
645- stdout--------------------------------------------:
646- ✔ Published initial schema.
647- ℹ Available at http://__URL__
648- ` ;
649-
650527exports [` STITCHING > can update the service url and show it in comparison query > schemaPublish (initial) 1` ] = `
651528:::::::::::::::: CLI SUCCESS OUTPUT :::::::::::::::::
652529
0 commit comments