Skip to content

Commit

Permalink
New recording files that match to the new URLConnection based approach
Browse files Browse the repository at this point in the history
sfuhrm committed Jan 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6f21583 commit b77da30
Showing 756 changed files with 10,991 additions and 9,028 deletions.
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ public class RadioBrowserTest {
* WARNING! This calls radiobrowser.info API directly and
* creates entities which are deleted afterwards!
* */
public final static boolean RECORDING = true;
public final static boolean RECORDING = false;

@AfterEach
public void gracefulSleepInterval() throws InterruptedException {
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id" : "e7d6a43a-3713-4fe5-a4bd-484ee89487ac",
"id" : "17f35c36-a1c0-4b56-9c72-d7484ba443f7",
"name" : "json_add",
"request" : {
"url" : "/json/add",
@@ -11,22 +11,23 @@
},
"response" : {
"status" : 200,
"body" : "{\"ok\":true,\"message\":\"added station successfully\",\"uuid\":\"2bc31bbf-7691-4df2-a2f9-6492bc489c12\"}",
"body" : "{\"ok\":true,\"message\":\"added station successfully\",\"uuid\":\"bc80c354-8dac-4b78-9bd9-89c0d8b4cf6f\"}",
"headers" : {
"Date" : "Thu, 13 Jul 2023 20:07:53 GMT",
"Server" : "tiny-http (Rust)",
"Content-Type" : "application/json",
"Cache-Control" : "no-cache, no-store, must-revalidate",
"Expires" : "0",
"Server" : "nginx/1.18.0 (Ubuntu)",
"Access-Control-Allow-Origin" : "*",
"Access-Control-Allow-Methods" : "GET,POST",
"Pragma" : "no-cache",
"Vary" : "Accept-Encoding",
"Keep-Alive" : "timeout=5, max=93"
"Expires" : "0",
"Access-Control-Allow-Headers" : "origin, x-requested-with, content-type, User-Agent",
"Date" : "Sat, 13 Jan 2024 00:15:13 GMT",
"Content-Type" : "application/json"
}
},
"uuid" : "e7d6a43a-3713-4fe5-a4bd-484ee89487ac",
"uuid" : "17f35c36-a1c0-4b56-9c72-d7484ba443f7",
"persistent" : true,
"scenarioName" : "scenario-2-json-add",
"scenarioName" : "scenario-25-json-add",
"requiredScenarioState" : "Started",
"newScenarioState" : "scenario-2-json-add-2",
"insertionIndex" : 196
"newScenarioState" : "scenario-25-json-add-2",
"insertionIndex" : 402
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id" : "d973542e-548b-41c2-9ddf-b335ab84cee7",
"id" : "260adb9c-d797-439e-9b85-f7feeb1ec5a6",
"name" : "json_add",
"request" : {
"url" : "/json/add",
@@ -11,21 +11,22 @@
},
"response" : {
"status" : 200,
"body" : "{\"ok\":true,\"message\":\"added station successfully\",\"uuid\":\"862d9492-83ff-41de-9f43-d9e8630fe3da\"}",
"body" : "{\"ok\":true,\"message\":\"added station successfully\",\"uuid\":\"5ef07c72-9e04-4c59-a685-07ef7204e14a\"}",
"headers" : {
"Date" : "Thu, 13 Jul 2023 20:07:53 GMT",
"Server" : "tiny-http (Rust)",
"Content-Type" : "application/json",
"Cache-Control" : "no-cache, no-store, must-revalidate",
"Expires" : "0",
"Server" : "nginx/1.18.0 (Ubuntu)",
"Access-Control-Allow-Origin" : "*",
"Access-Control-Allow-Methods" : "GET,POST",
"Pragma" : "no-cache",
"Vary" : "Accept-Encoding",
"Keep-Alive" : "timeout=5, max=92"
"Expires" : "0",
"Access-Control-Allow-Headers" : "origin, x-requested-with, content-type, User-Agent",
"Date" : "Sat, 13 Jan 2024 00:15:14 GMT",
"Content-Type" : "application/json"
}
},
"uuid" : "d973542e-548b-41c2-9ddf-b335ab84cee7",
"uuid" : "260adb9c-d797-439e-9b85-f7feeb1ec5a6",
"persistent" : true,
"scenarioName" : "scenario-2-json-add",
"requiredScenarioState" : "scenario-2-json-add-2",
"insertionIndex" : 143
"scenarioName" : "scenario-25-json-add",
"requiredScenarioState" : "scenario-25-json-add-2",
"insertionIndex" : 401
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"id" : "461ab319-a4d1-4d24-b4fb-1c5bd96d8c53",
"name" : "json_codecs",
"request" : {
"url" : "/json/codecs",
"method" : "POST"
},
"response" : {
"status" : 200,
"body" : "[{\"name\":\"AAC\",\"stationcount\":4726},{\"name\":\"AAC+\",\"stationcount\":7492},{\"name\":\"AAC+,H.264\",\"stationcount\":4},{\"name\":\"AAC,H.264\",\"stationcount\":81},{\"name\":\"FLV\",\"stationcount\":11},{\"name\":\"MP3\",\"stationcount\":29774},{\"name\":\"MP3,H.264\",\"stationcount\":14},{\"name\":\"OGG\",\"stationcount\":443},{\"name\":\"UNKNOWN\",\"stationcount\":1675}]",
"headers" : {
"Server" : "nginx/1.18.0 (Ubuntu)",
"Access-Control-Allow-Origin" : "*",
"Access-Control-Allow-Methods" : "GET,POST",
"Access-Control-Allow-Headers" : "origin, x-requested-with, content-type, User-Agent",
"Date" : "Sat, 13 Jan 2024 00:18:12 GMT",
"Content-Type" : "application/json"
}
},
"uuid" : "461ab319-a4d1-4d24-b4fb-1c5bd96d8c53",
"persistent" : true,
"insertionIndex" : 23
}
Loading

0 comments on commit b77da30

Please sign in to comment.