- 
                Notifications
    You must be signed in to change notification settings 
- Fork 984
Add FDC Integration Tests #8703
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 all commits
      Commits
    
    
            Show all changes
          
          
            34 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      d6d2aaf
              
                First pass at getting fdc tests to work
              
              
                maneesht 8b45245
              
                Fixed formatting
              
              
                maneesht 200a2c8
              
                Added logging
              
              
                maneesht f4fbfba
              
                Updated formatting
              
              
                maneesht 72de503
              
                Fixed firebase integration action
              
              
                maneesht d8603d6
              
                configure password
              
              
                maneesht 2420317
              
                log POSTGRES_PASSWORD
              
              
                maneesht 1abbe54
              
                Fixed integration tests
              
              
                maneesht 50d074f
              
                Fixed more integration
              
              
                maneesht d62d264
              
                Updated ignored tests
              
              
                maneesht 3225eda
              
                Renamed job
              
              
                maneesht 244464a
              
                Updated test config
              
              
                maneesht 4c96d8c
              
                Fixed integration tests?
              
              
                maneesht 1391cc8
              
                Ignored fdc
              
              
                maneesht b224296
              
                Updated ports
              
              
                maneesht 5ec4c4f
              
                Updated formatting
              
              
                maneesht 13b490c
              
                Updated changed yaml
              
              
                maneesht 7d03de6
              
                Fixed failed test
              
              
                maneesht f3a5bb4
              
                Updated queries
              
              
                maneesht 8d71140
              
                Fix testing
              
              
                maneesht bffe9dd
              
                Fix emulator port
              
              
                maneesht e3848e8
              
                Updated readme and logging
              
              
                maneesht b1dfea9
              
                Removed single run
              
              
                maneesht 46a4c40
              
                Added more logging
              
              
                maneesht 4737466
              
                Trigger Build
              
              
                maneesht 699a700
              
                Fixed CI tests
              
              
                maneesht cc03960
              
                Added test IDs
              
              
                maneesht 4c45262
              
                Updated yml
              
              
                maneesht 338f970
              
                Addressed comments'
              
              
                maneesht b5a8c4e
              
                Removed console.logs
              
              
                maneesht 74e296e
              
                Fixed formatting
              
              
                maneesht 74e970d
              
                Addressed comments
              
              
                maneesht bac7e1c
              
                Removed unnecessary connection string
              
              
                maneesht 80e4ff0
              
                Updated emualtor configs
              
              
                maneesht 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
    
  
  
    
              
  
    
      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 | 
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Firebase Data Connect | ||
|  | ||
| ## Local Development | ||
|  | ||
| Check `test/dataconnect.yaml` to ensure that the correct values are filled in. | 
  
    
      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
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "projects": { | ||
| "default": "jscore-sandbox-141b5" | ||
| } | ||
| } | 
  
    
      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 | 
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| # Logs | ||
| logs | ||
| *.log | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
| firebase-debug.log* | ||
| firebase-debug.*.log* | ||
|  | ||
| # Firebase cache | ||
| .firebase/ | ||
|  | ||
| # Firebase config | ||
|  | ||
| # Uncomment this if you'd like others to create their own Firebase project. | ||
| # For a team working on the same Firebase project(s), it is recommended to leave | ||
| # it commented so all members can deploy to the same project(s) in .firebaserc. | ||
| # .firebaserc | ||
|  | ||
| # Runtime data | ||
| pids | ||
| *.pid | ||
| *.seed | ||
| *.pid.lock | ||
|  | ||
| # Directory for instrumented libs generated by jscoverage/JSCover | ||
| lib-cov | ||
|  | ||
| # Coverage directory used by tools like istanbul | ||
| coverage | ||
|  | ||
| # nyc test coverage | ||
| .nyc_output | ||
|  | ||
| # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
| .grunt | ||
|  | ||
| # Bower dependency directory (https://bower.io/) | ||
| bower_components | ||
|  | ||
| # node-waf configuration | ||
| .lock-wscript | ||
|  | ||
| # Compiled binary addons (http://nodejs.org/api/addons.html) | ||
| build/Release | ||
|  | ||
| # Dependency directories | ||
| node_modules/ | ||
|  | ||
| # Optional npm cache directory | ||
| .npm | ||
|  | ||
| # Optional eslint cache | ||
| .eslintcache | ||
|  | ||
| # Optional REPL history | ||
| .node_repl_history | ||
|  | ||
| # Output of 'npm pack' | ||
| *.tgz | ||
|  | ||
| # Yarn Integrity file | ||
| .yarn-integrity | ||
|  | ||
| # dotenv environment variables file | ||
| .env | ||
|  | ||
| # dataconnect generated files | ||
| .dataconnect | 
        
          
  
    
      
          
            49 changes: 0 additions & 49 deletions
          
          49 
        
  packages/data-connect/test/dataconnect/.dataconnect/schema/main/input.gql
  
  
      
      
   
        
      
      
    This file was deleted.
      
      Oops, something went wrong.
      
    
  
        
          
  
    
      
          
            8 changes: 0 additions & 8 deletions
          
          8 
        
  packages/data-connect/test/dataconnect/.dataconnect/schema/main/mutation.gql
  
  
      
      
   
        
      
      
    This file was deleted.
      
      Oops, something went wrong.
      
    
  
        
          
  
    
      
          
            4 changes: 0 additions & 4 deletions
          
          4 
        
  packages/data-connect/test/dataconnect/.dataconnect/schema/main/query.gql
  
  
      
      
   
        
      
      
    This file was deleted.
      
      Oops, something went wrong.
      
    
  
      
      Oops, something went wrong.
        
    
  
      
      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.