You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/11/01 13:20:22 UTC

[GitHub] [solr-operator] janhoy commented on pull request #485: Support for Projected Volume

janhoy commented on PR #485:
URL: https://github.com/apache/solr-operator/pull/485#issuecomment-1298500481

   The test output is
   
   ```
   • Failure [1.304 seconds]
   SolrCloud controller - General
   /Users/janhoy/git/solr-operator/controllers/solrcloud_controller_test.go:35
     Solr Cloud with Projected Volume
     /Users/janhoy/git/solr-operator/controllers/solrcloud_controller_test.go:707
       has the correct resources [It]
       /Users/janhoy/git/solr-operator/controllers/solrcloud_controller_test.go:725
   
       Additional Volume from podOptions not loaded into pod properly.
       Expected
           <*v1.ProjectedVolumeSource | 0x0>: nil
       to equal
           <*v1.ProjectedVolumeSource | 0x106e1c780>: {
               Sources: [
                   {
                       Secret: nil,
                       DownwardAPI: nil,
                       ConfigMap: nil,
                       ServiceAccountToken: {
                           Audience: "My.Audience",
                           ExpirationSeconds: 300,
                           Path: "token",
                       },
                   },
               ],
               DefaultMode: nil,
           }
   
       /Users/janhoy/git/solr-operator/controllers/solrcloud_controller_test.go:736
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org