Skip to content

[DE-1079] Add missing event keys (#192) #552

[DE-1079] Add missing event keys (#192)

[DE-1079] Add missing event keys (#192) #552

GitHub Actions / Test Report failed Dec 11, 2024 in 0s

941 tests run, 2 skipped, 9 failed.

Annotations

Check failure on line 1 in tests/target/surefire-reports/JUnit Jupiter.txt

See this annotation in the file changed.

@github-actions github-actions / Test Report

JUnit Jupiter.JUnit Jupiter

Thread limit exceeded replacing blocked worker
Raw output
java.util.concurrent.RejectedExecutionException: Thread limit exceeded replacing blocked worker
	at java.base/java.util.concurrent.ForkJoinPool.tryCompensate(ForkJoinPool.java:1819)
	at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:1852)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:440)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

Check failure on line 104 in tests/src/test/java/com/maxio/advancedbilling/controllers/invoices/InvoicesControllerIssueTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

InvoicesControllerIssueTest.

interrupted
Raw output
java.io.InterruptedIOException: interrupted
	at okio.Timeout.throwIfReached(Timeout.kt:99)
	at okio.InputStreamSource.read(JvmOkio.kt:90)
	at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128)
	at okio.RealBufferedSource.request(RealBufferedSource.kt:209)
	at okio.RealBufferedSource.require(RealBufferedSource.kt:202)
	at okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.kt:384)
	at okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.readChunkSize(Http1ExchangeCodec.kt:437)
	at okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.read(Http1ExchangeCodec.kt:416)
	at okhttp3.internal.connection.Exchange$ResponseBodySource.read(Exchange.kt:281)
	at okio.RealBufferedSource.select(RealBufferedSource.kt:232)
	at okhttp3.internal.Util.readBomAsCharset(Util.kt:265)
	at okhttp3.ResponseBody.string(ResponseBody.kt:187)
	at io.apimatic.okhttpclient.adapter.OkClient.convertResponse(OkClient.java:317)
	at io.apimatic.okhttpclient.adapter.OkClient.execute(OkClient.java:249)
	at io.apimatic.core.ApiCall.execute(ApiCall.java:76)
	at com.maxio.advancedbilling.controllers.SubscriptionsController.createSubscription(SubscriptionsController.java:441)
	at com.maxio.advancedbilling.utils.TestSetup.createSubscription(TestSetup.java:424)
	at com.maxio.advancedbilling.utils.TestSetup.createSubscription(TestSetup.java:398)
	at com.maxio.advancedbilling.utils.TestSetup.createSubscription(TestSetup.java:392)
	at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerIssueTest.setUp(InvoicesControllerIssueTest.java:76)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
	Suppressed: java.io.InterruptedIOException: interrupted
		at okio.Timeout.throwIfReached(Timeout.kt:99)
		at okio.OutputStreamSink.write(JvmOkio.kt:53)
		at okio.AsyncTimeout$sink$1.write(AsyncTimeout.kt:102)
		at okio.RealBufferedSink.flush(RealBufferedSink.kt:268)
		at okhttp3.internal.http1.Http1ExchangeCodec.finishRequest(Http1ExchangeCodec.kt:155)
		at okhttp3.internal.connection.Exchange.finishRequest(Exchange.kt:95)
		at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:79)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at io.apimatic.okhttpclient.adapter.interceptors.HttpRedirectInterceptor.intercept(HttpRedirectInterceptor.java:54)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
		at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
		at io.apimatic.okhttpclient.adapter.OkClient.execute(OkClient.java:247)
		at io.apimatic.core.ApiCall.execute(ApiCall.java:76)
		at com.maxio.advancedbilling.controllers.CustomersController.listCustomerSubscriptions(CustomersController.java:331)
		at com.maxio.advancedbilling.utils.TestTeardown.deleteCustomer(TestTeardown.java:37)
		at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerIssueTest.teardown(InvoicesControllerIssueTest.java:104)
		at java.base/java.lang.reflect.Method.invoke(Method.java:569)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1092)
		... 6 more
		Suppressed: java.io.InterruptedIOException: interrupted
			at okio.Timeout.throwIfReached(Timeout.kt:99)
			at okio.InputStreamSource.read(JvmOkio.kt:90)
			at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128)
			at okio.RealBufferedSource.indexOf(RealBufferedSource.kt:430)
			at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:323)
			at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
			at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:180)
			at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:110)
			at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:93)
			... 27 more

Check failure on line 270 in tests/src/test/java/com/maxio/advancedbilling/controllers/invoices/InvoicesControllerRecordPaymentForInvoiceTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

InvoicesControllerRecordPaymentForInvoiceTest.shouldRecordPaymentUsingSubscriptionPrepaymentAccount

interrupted
Raw output
java.io.InterruptedIOException: interrupted
	at okio.Timeout.throwIfReached(Timeout.kt:99)
	at okio.OutputStreamSink.write(JvmOkio.kt:53)
	at okio.AsyncTimeout$sink$1.write(AsyncTimeout.kt:102)
	at okio.RealBufferedSink.flush(RealBufferedSink.kt:268)
	at okhttp3.internal.http1.Http1ExchangeCodec.finishRequest(Http1ExchangeCodec.kt:155)
	at okhttp3.internal.connection.Exchange.finishRequest(Exchange.kt:95)
	at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:79)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at io.apimatic.okhttpclient.adapter.interceptors.HttpRedirectInterceptor.intercept(HttpRedirectInterceptor.java:54)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
	at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
	at io.apimatic.okhttpclient.adapter.OkClient.execute(OkClient.java:247)
	at io.apimatic.core.ApiCall.execute(ApiCall.java:76)
	at com.maxio.advancedbilling.controllers.SubscriptionInvoiceAccountController.createPrepayment(SubscriptionInvoiceAccountController.java:97)
	at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerRecordPaymentForInvoiceTest.shouldRecordPaymentUsingSubscriptionPrepaymentAccount(InvoicesControllerRecordPaymentForInvoiceTest.java:270)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
	Suppressed: java.io.InterruptedIOException: interrupted
		at okio.Timeout.throwIfReached(Timeout.kt:99)
		at okio.InputStreamSource.read(JvmOkio.kt:90)
		at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128)
		at okio.RealBufferedSource.indexOf(RealBufferedSource.kt:430)
		at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:323)
		at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
		at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:180)
		at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:110)
		at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:93)
		... 24 more

Check failure on line 420 in tests/src/test/java/com/maxio/advancedbilling/controllers/invoices/InvoicesControllerRecordPaymentForInvoiceTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

InvoicesControllerRecordPaymentForInvoiceTest.shouldReturn404ForNotExistentInvoice

Expecting actual throwable to be an instance of:
  com.maxio.advancedbilling.exceptions.ApiException
but was:
  java.io.InterruptedIOException: interrupted
	at okio.Timeout.throwIfReached(Timeout.kt:99)
	at okio.OutputStreamSink.write(JvmOkio.kt:53)
	at okio.AsyncTimeout$sink$1.write(AsyncTimeout.kt:102)
	...(74 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
Raw output
java.lang.AssertionError: 

Expecting actual throwable to be an instance of:
  com.maxio.advancedbilling.exceptions.ApiException
but was:
  java.io.InterruptedIOException: interrupted
	at okio.Timeout.throwIfReached(Timeout.kt:99)
	at okio.OutputStreamSink.write(JvmOkio.kt:53)
	at okio.AsyncTimeout$sink$1.write(AsyncTimeout.kt:102)
	...(74 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
	at com.maxio.advancedbilling.utils.assertions.CommonAssertions.assertNotFound(CommonAssertions.java:62)
	at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerRecordPaymentForInvoiceTest.shouldReturn404ForNotExistentInvoice(InvoicesControllerRecordPaymentForInvoiceTest.java:420)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

Check failure on line 64 in tests/src/test/java/com/maxio/advancedbilling/controllers/invoices/InvoicesControllerRecordPaymentForInvoiceTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

InvoicesControllerRecordPaymentForInvoiceTest.

No available client for thread.
Raw output
java.lang.RuntimeException: No available client for thread.
	at com.maxio.advancedbilling.TestClientProvider.getClient(TestClientProvider.java:35)
	at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerRecordPaymentForInvoiceTest.<init>(InvoicesControllerRecordPaymentForInvoiceTest.java:64)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at java.base/java.util.Optional.orElseGet(Optional.java:364)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

Check failure on line 123 in tests/src/test/java/com/maxio/advancedbilling/controllers/invoices/InvoicesControllerListInvoicesTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

InvoicesControllerListInvoicesTest.

interrupted
Raw output
java.io.InterruptedIOException: interrupted
	at okio.Timeout.throwIfReached(Timeout.kt:99)
	at okio.InputStreamSource.read(JvmOkio.kt:90)
	at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128)
	at okio.RealBufferedSource.request(RealBufferedSource.kt:209)
	at okio.RealBufferedSource.require(RealBufferedSource.kt:202)
	at okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.kt:384)
	at okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.readChunkSize(Http1ExchangeCodec.kt:437)
	at okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.read(Http1ExchangeCodec.kt:416)
	at okhttp3.internal.connection.Exchange$ResponseBodySource.read(Exchange.kt:281)
	at okio.RealBufferedSource.select(RealBufferedSource.kt:232)
	at okhttp3.internal.Util.readBomAsCharset(Util.kt:265)
	at okhttp3.ResponseBody.string(ResponseBody.kt:187)
	at io.apimatic.okhttpclient.adapter.OkClient.convertResponse(OkClient.java:317)
	at io.apimatic.okhttpclient.adapter.OkClient.execute(OkClient.java:249)
	at io.apimatic.core.ApiCall.execute(ApiCall.java:76)
	at com.maxio.advancedbilling.controllers.SubscriptionsController.createSubscription(SubscriptionsController.java:441)
	at com.maxio.advancedbilling.utils.TestSetup.createSubscription(TestSetup.java:424)
	at com.maxio.advancedbilling.utils.TestSetup.createSubscription(TestSetup.java:398)
	at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerListInvoicesTest.setUp(InvoicesControllerListInvoicesTest.java:90)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
	Suppressed: java.io.InterruptedIOException: interrupted
		at okio.Timeout.throwIfReached(Timeout.kt:99)
		at okio.OutputStreamSink.write(JvmOkio.kt:53)
		at okio.AsyncTimeout$sink$1.write(AsyncTimeout.kt:102)
		at okio.RealBufferedSink.flush(RealBufferedSink.kt:268)
		at okhttp3.internal.http1.Http1ExchangeCodec.finishRequest(Http1ExchangeCodec.kt:155)
		at okhttp3.internal.connection.Exchange.finishRequest(Exchange.kt:95)
		at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:79)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at io.apimatic.okhttpclient.adapter.interceptors.HttpRedirectInterceptor.intercept(HttpRedirectInterceptor.java:54)
		at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
		at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
		at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
		at io.apimatic.okhttpclient.adapter.OkClient.execute(OkClient.java:247)
		at io.apimatic.core.ApiCall.execute(ApiCall.java:76)
		at com.maxio.advancedbilling.controllers.CustomersController.listCustomerSubscriptions(CustomersController.java:331)
		at com.maxio.advancedbilling.utils.TestTeardown.deleteCustomer(TestTeardown.java:37)
		at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerListInvoicesTest.teardown(InvoicesControllerListInvoicesTest.java:123)
		at java.base/java.lang.reflect.Method.invoke(Method.java:569)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1092)
		... 6 more
		Suppressed: java.io.InterruptedIOException: interrupted
			at okio.Timeout.throwIfReached(Timeout.kt:99)
			at okio.InputStreamSource.read(JvmOkio.kt:90)
			at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128)
			at okio.RealBufferedSource.indexOf(RealBufferedSource.kt:430)
			at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:323)
			at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
			at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:180)
			at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:110)
			at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:93)
			... 27 more

Check failure on line 428 in tests/src/test/java/com/maxio/advancedbilling/controllers/invoices/InvoicesControllerRecordPaymentForInvoiceTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

InvoicesControllerRecordPaymentForInvoiceTest.shouldReturn401WhenProvidingInvalidCredentials

Expecting actual throwable to be an instance of:
  com.maxio.advancedbilling.exceptions.ApiException
but was:
  java.io.InterruptedIOException: interrupted
	at okio.Timeout.throwIfReached(Timeout.kt:99)
	at okio.OutputStreamSink.write(JvmOkio.kt:53)
	at okio.AsyncTimeout$sink$1.write(AsyncTimeout.kt:102)
	...(74 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
Raw output
java.lang.AssertionError: 

Expecting actual throwable to be an instance of:
  com.maxio.advancedbilling.exceptions.ApiException
but was:
  java.io.InterruptedIOException: interrupted
	at okio.Timeout.throwIfReached(Timeout.kt:99)
	at okio.OutputStreamSink.write(JvmOkio.kt:53)
	at okio.AsyncTimeout$sink$1.write(AsyncTimeout.kt:102)
	...(74 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
	at com.maxio.advancedbilling.utils.assertions.CommonAssertions.assertUnauthorized(CommonAssertions.java:100)
	at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerRecordPaymentForInvoiceTest.shouldReturn401WhenProvidingInvalidCredentials(InvoicesControllerRecordPaymentForInvoiceTest.java:428)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

Check failure on line 27 in tests/src/test/java/com/maxio/advancedbilling/controllers/invoices/InvoicesControllerUpdateCustomerInformationChangesTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

InvoicesControllerUpdateCustomerInformationChangesTest.shouldUpdateCustomerInformation

interrupted
Raw output
java.io.InterruptedIOException: interrupted
	at okio.Timeout.throwIfReached(Timeout.kt:99)
	at okio.InputStreamSource.read(JvmOkio.kt:90)
	at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128)
	at okio.RealBufferedSource.request(RealBufferedSource.kt:209)
	at okio.RealBufferedSource.require(RealBufferedSource.kt:202)
	at okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.kt:384)
	at okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.readChunkSize(Http1ExchangeCodec.kt:437)
	at okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.read(Http1ExchangeCodec.kt:416)
	at okhttp3.internal.connection.Exchange$ResponseBodySource.read(Exchange.kt:281)
	at okio.Buffer.writeAll(Buffer.kt:1303)
	at okio.RealBufferedSource.readString(RealBufferedSource.kt:96)
	at okhttp3.ResponseBody.string(ResponseBody.kt:187)
	at io.apimatic.okhttpclient.adapter.OkClient.convertResponse(OkClient.java:317)
	at io.apimatic.okhttpclient.adapter.OkClient.execute(OkClient.java:249)
	at io.apimatic.core.ApiCall.execute(ApiCall.java:76)
	at com.maxio.advancedbilling.controllers.SubscriptionsController.createSubscription(SubscriptionsController.java:441)
	at com.maxio.advancedbilling.utils.TestSetup.createSubscription(TestSetup.java:424)
	at com.maxio.advancedbilling.utils.TestSetup.createSubscription(TestSetup.java:398)
	at com.maxio.advancedbilling.controllers.invoices.BaseCustomerInformationTest.createTestSubscription(BaseCustomerInformationTest.java:167)
	at com.maxio.advancedbilling.controllers.invoices.BaseCustomerInformationTest.setupCustomerDataChangedScenario(BaseCustomerInformationTest.java:111)
	at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerUpdateCustomerInformationChangesTest.shouldUpdateCustomerInformation(InvoicesControllerUpdateCustomerInformationChangesTest.java:27)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

Check failure on line 1 in tests/src/test/java/com/maxio/advancedbilling/controllers/invoices/InvoicesControllerUpdateCustomerInformationChangesTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

InvoicesControllerUpdateCustomerInformationChangesTest.

HTTP Response Not OK. Status code: 422. Response: '{errors:[Site data clearing is in progress. Please try later.]}'.
Raw output
com.maxio.advancedbilling.exceptions.ApiException: HTTP Response Not OK. Status code: 422. Response: '{errors:[Site data clearing is in progress. Please try later.]}'.
	at com.maxio.advancedbilling.controllers.BaseController.lambda$static$1(BaseController.java:28)
	at io.apimatic.core.ErrorCase.throwException(ErrorCase.java:62)
	at io.apimatic.core.ResponseHandler.validateResponse(ResponseHandler.java:224)
	at io.apimatic.core.ResponseHandler.handle(ResponseHandler.java:139)
	at io.apimatic.core.ApiCall.execute(ApiCall.java:79)
	at com.maxio.advancedbilling.controllers.CustomersController.listCustomerSubscriptions(CustomersController.java:331)
	at com.maxio.advancedbilling.utils.TestTeardown.deleteCustomer(TestTeardown.java:37)
	at com.maxio.advancedbilling.controllers.invoices.BaseCustomerInformationTest.teardown(BaseCustomerInformationTest.java:107)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1092)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)