質問編集履歴

1

レスポンスの確認

2020/01/31 01:26

投稿

InoReo
InoReo

スコア4

test CHANGED
File without changes
test CHANGED
@@ -43,3 +43,37 @@
43
43
  ・Child pom.xml のjackson-mapper のバージョンの修正
44
44
 
45
45
  ・Parent pom.xml のjson-simplejson-simple、servlet-apiのバージョンの修正
46
+
47
+
48
+
49
+ # 追記
50
+
51
+ ご回答が遅れました
52
+
53
+ xebmeさんのご指摘から、レスポンスについて、確認したところ、以下のエラーを出力しており、レスポンスを作成するテストサーバ?が壊れていると想定いたしました。
54
+
55
+ こちらの解決方法について、教えていただきたく
56
+
57
+ ```Javaのテストのエラー結果
58
+
59
+ [ERROR] Failures:
60
+
61
+ [ERROR] ArchiveEndpointTest.archiveWithInvalidUid:387->archiveComponent:423->archiveOrRestoreComponent:435 expected:<[404]> but was:<[500]>
62
+
63
+ [ERROR] ArchiveEndpointTest.attemptArchiveCheckedOutService:345->archiveComponent:423->archiveOrRestoreComponent:435 expected:<[409]> but was:<[500]>
64
+
65
+ [ERROR] ArchiveEndpointTest.restoreWithInvalidUid:392->restoreComponent:424->archiveOrRestoreComponent:435 expected:<[404]> but was:<[500]>
66
+
67
+ [ERROR] GroupEndpointTest.updateGroupMember_InvalidComponentId_failure:216 expected:<[404]> but was:<[500]>
68
+
69
+ [ERROR] Errors:
70
+
71
+ [ERROR] ServiceDistributionBLTest.testDistributionAuthenticationFails:140->callActivateServiceOnTenantWIthDefaults:212 » NullPointer
72
+
73
+ [ERROR] ServiceDistributionBLTest.testDistributionConnectionErrorFails:164->callActivateServiceOnTenantWIthDefaults:212 » NullPointer
74
+
75
+ [ERROR] ServiceDistributionBLTest.testDistributionGeneralFails:187->callActivateServiceOnTenantWIthDefaults:212 » NullPointer
76
+
77
+ (以下、省略)
78
+
79
+ ```