You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require.NoError(t, err, "it should be able to get unprocessed jobs")
1820
+
require.Equal(t, 1, len(unprocessed.Jobs), "it should return the stored job")
1821
+
require.NotEmpty(t, unprocessed.Jobs[0].PartitionID, "it should have non-empty partition ID")
1822
+
require.Equal(t, "workspace-1-62", unprocessed.Jobs[0].PartitionID, "it should have correct partition ID including the workspace ID and partition number")
0 commit comments