Skip to content

Commit

Permalink
Run all the integration tests - 2024-06-20 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jun 21, 2024
1 parent 161fea3 commit 2e9ac77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
3 changes: 2 additions & 1 deletion json-logs/samples/api/conversations.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
""
],
"user": [
"W00000000"
"W00000000",
"U00000000"
]
},
"threads_restricted_to": {
Expand Down
24 changes: 0 additions & 24 deletions json-logs/samples/api/files.completeUploadExternal.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,6 @@
"thread_ts": "0000000000.000000",
"latest_reply": "0000000000.000000",
"source": ""
},
{
"reply_users": [
""
],
"reply_users_count": 12345,
"reply_count": 12345,
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": ""
}
],
"C00000001": [
Expand All @@ -77,18 +65,6 @@
"thread_ts": "0000000000.000000",
"latest_reply": "0000000000.000000",
"source": ""
},
{
"reply_users": [
""
],
"reply_users_count": 12345,
"reply_count": 12345,
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": ""
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void search() throws Exception {
}
}

@Ignore // TODO: resolve the internal_error
@Test
public void basicOperations() throws Exception {
if (teamAdminUserToken != null && orgAdminUserToken != null) {
Expand Down Expand Up @@ -161,7 +162,7 @@ public void basicOperations() throws Exception {
.teamIds(Arrays.asList(teamId))
.lastMessageActivityBefore(100)
).get();
// TODO: internal_error on June 16
// TODO: internal_error starting on June 16
assertThat(lookup.getError(), is(nullValue()));

AdminConversationsDisconnectSharedResponse disconnectShared =
Expand Down

0 comments on commit 2e9ac77

Please sign in to comment.