- 
                Notifications
    
You must be signed in to change notification settings  - Fork 53
 
Support reusing orchestration id #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
  
     Merged
                    Changes from 1 commit
      Commits
    
    
            Show all changes
          
          
            17 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      b0be04c
              
                support reuse orchestration id
              
              
                kaibocai 7d9800f
              
                add test
              
              
                kaibocai 9e8ae99
              
                fix tests
              
              
                kaibocai 56663bc
              
                implement new design
              
              
                kaibocai 6d77a23
              
                clean up
              
              
                kaibocai 9a70472
              
                refactory
              
              
                kaibocai 2a2a7e2
              
                minor updates
              
              
                kaibocai d1677f2
              
                minor updates
              
              
                kaibocai 9bbcf92
              
                refactor
              
              
                kaibocai 57ffa30
              
                improve tests
              
              
                kaibocai ea9d4f1
              
                correct variable name
              
              
                kaibocai a74c223
              
                refactory
              
              
                kaibocai afc78ee
              
                minor refactory
              
              
                kaibocai 257abeb
              
                refactor option pattern
              
              
                kaibocai 7b60cf3
              
                formatting - clean up
              
              
                kaibocai 59bc89f
              
                update changelog.md
              
              
                kaibocai b950fc1
              
                clean up
              
              
                kaibocai File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| 
          
            
          
           | 
    @@ -36,6 +36,17 @@ jobs: | |
| 
     | 
||
| - name: Install dependencies | ||
| run: go get . | ||
| 
     | 
||
| 
     | 
||
| - name: Install Protoc | ||
| uses: arduino/setup-protoc@v2 | ||
| 
     | 
||
| - name: Installing protoc-gen-go | ||
| run: | | ||
| go install google.golang.org/protobuf/cmd/[email protected] | ||
| go install google.golang.org/grpc/cmd/[email protected] | ||
                
      
                  kaibocai marked this conversation as resolved.
               
              
                Outdated
          
            Show resolved
            Hide resolved
         | 
||
| 
     | 
||
| - name: Generate grpc code | ||
| run: protoc --go_out=. --go-grpc_out=. -I ./submodules/durabletask-protobuf/protos orchestrator_service.proto | ||
| 
     | 
||
| - name: Run integration tests | ||
| run: go test ./tests/... -coverpkg ./api,./task,./client,./backend/...,./internal/helpers | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.