• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uber / cadence-java-client / 2663

08 Nov 2024 11:48PM CUT coverage: 80.372%. First build
2663

Pull #961

buildkite

bowenxia
add test for workflowPollTask
Pull Request #961: Add test for LocallyDispatchedActivityPollTask/WorkflowPollTask/ActivityPollTask

15585 of 19391 relevant lines covered (80.37%)

0.8 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/uber/cadence/internal/logging/LoggerTag.java
1
/*
2
 *  Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
 *
4
 *  Modifications copyright (C) 2017 Uber Technologies, Inc.
5
 *
6
 *  Licensed under the Apache License, Version 2.0 (the "License"). You may not
7
 *  use this file except in compliance with the License. A copy of the License is
8
 *  located at
9
 *
10
 *  http://aws.amazon.com/apache2.0
11
 *
12
 *  or in the "license" file accompanying this file. This file is distributed on
13
 *  an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
14
 *  express or implied. See the License for the specific language governing
15
 *  permissions and limitations under the License.
16
 */
17

18
package com.uber.cadence.internal.logging;
19

20
public class LoggerTag {
×
21
  public static final String ACTIVITY_ID = "ActivityID";
22
  public static final String ACTIVITY_TYPE = "ActivityType";
23
  public static final String DOMAIN = "Domain";
24
  public static final String RUN_ID = "RunID";
25
  public static final String TASK_LIST = "TaskList";
26
  public static final String WORKFLOW_ID = "WorkflowID";
27
  public static final String WORKFLOW_TYPE = "WorkflowType";
28
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc